angular-docs-cn/modules/angular2/test/testing
Julie Ralph 686457890d chore(test): rename RootTestComponent to ComponentFixture
BREAKING CHANGE:

Before:

```
testComponentBuilder.createAsync(MyComponent).then(root: RootTestComponent => {
}
```

After:

```
testComponentBuilder.createAsync(MyComponent).then(fixture: ComponentFixture => {
}
```

Closes #4711
2015-11-03 14:56:22 -08:00
..
fake_async_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
test_component_builder_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
testing_internal_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testing_public_spec.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testing_public_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
utils_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00