angular-cn/modules/angular2/src/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
..
benchmark_util.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
e2e_util.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
e2e_util.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
fake_async.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
fake_async.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
lang_utils.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
lang_utils.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
matchers.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
matchers.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
perf_util.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
perf_util.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
shims_for_IE.js chore(test): failures in browsers which do no support Symbol.iterator 2015-11-03 21:27:16 +00:00
test_component_builder.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
test_injector.ts feat(core): add support for ambient directives 2015-11-03 07:54:29 -08:00
testing.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testing.ts chore: adjust formatting to new clang-format. 2015-10-28 11:19:10 +01:00
testing_internal.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
testing_internal.ts chore(test): bump jasmine timeout to 500ms 2015-10-27 09:01:15 +00:00
utils.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00