translate: testing, line 3116

This commit is contained in:
rexebin 2016-09-25 22:40:45 +01:00
parent 59aba1c942
commit a2c21bf10f

View File

@ -3107,9 +3107,12 @@ a(href="#top").to-top 回到顶部
#atu-apis #atu-apis
:marked :marked
# Angular Testing Utility APIs # Angular Testing Utility APIs
# Angular测试工具API
This section takes inventory of the most useful Angular testing features and summarizes what they do. This section takes inventory of the most useful Angular testing features and summarizes what they do.
本节将最有用的Angular测试功能提取出来并总结了它们的作用。
The Angular testing utilities include the `TestBed`, the `ComponentFixture`, and a handful of functions that control the test environment. The Angular testing utilities include the `TestBed`, the `ComponentFixture`, and a handful of functions that control the test environment.
The [_TestBed_](#testbed-api-summary) and [_ComponentFixture_](#component-fixture-api-summary) classes are covered separately. The [_TestBed_](#testbed-api-summary) and [_ComponentFixture_](#component-fixture-api-summary) classes are covered separately.