angular-docs-cn/modules/angular2_material/test
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
..
button_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
test_url_resolver.dart refactor(core): adjust imports for move files to the right place 2015-10-02 13:38:51 -07:00
test_url_resolver.ts refactor(core): adjust imports for move files to the right place 2015-10-02 13:38:51 -07:00