review: testing 3549

This commit is contained in:
Zhimin YE 2016-10-25 16:56:10 +01:00
parent 535161225b
commit 4349c424d6
1 changed files with 2 additions and 2 deletions

View File

@ -3545,8 +3545,8 @@ table
The _fixture_ methods cause Angular to perform certain tasks to the component tree. The _fixture_ methods cause Angular to perform certain tasks to the component tree.
Call these method to trigger Angular behavior in response to simulated user action. Call these method to trigger Angular behavior in response to simulated user action.
**fixture**方法使组件对组件树执行某些任务。 **fixture**方法使Angular对组件树执行某些任务。
调用此方法来触发针对模拟的用户行为作出的Angular行为 在触发Angular行为来模拟的用户行为时调用这些方法
Here are the most useful methods for testers. Here are the most useful methods for testers.