angular-docs-cn/modules/angular2/test/web_workers/worker
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
..
event_dispatcher_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
renderer_integration_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
spies.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
xhr_impl_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00