angular-cn/modules/angular2/test/core/pipes
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
..
async_pipe_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
date_pipe_spec.ts refactor(Pipes): integrate review feedback 2015-10-29 00:50:52 +00:00
json_pipe_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
lowercase_pipe_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
number_pipe_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
pipe_binding_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
pipes_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
slice_pipe_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
spies.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
uppercase_pipe_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00