From a2c21bf10f82504b15570a043e20eadb71675452 Mon Sep 17 00:00:00 2001 From: rexebin Date: Sun, 25 Sep 2016 22:40:45 +0100 Subject: [PATCH] translate: testing, line 3116 --- public/docs/ts/latest/guide/testing.jade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 096fa98e2e..2ea6c0ee6a 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -3107,9 +3107,12 @@ a(href="#top").to-top 回到顶部 #atu-apis :marked # Angular Testing Utility APIs + # Angular测试工具API 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 [_TestBed_](#testbed-api-summary) and [_ComponentFixture_](#component-fixture-api-summary) classes are covered separately.