angular/modules/angular2/test/core/compiler
Tobias Bosch f9908cd436 feat(test): add element probe
Usage: bootstrap the app with the special binding
`ELEMENT_PROBE_CONFIG` from `angular2/debug`.
This will provide a global method `ngProbe(element)` that
will expose a `DebugElement` with directive instances, ... on it.

During tests that use Angular's test injector, the probe is
enabled by default. The `DebugElement ` can be retrieved via the
function `inspectDomElement` of `angular2/debug`. Note
that the `TestComponentBuilder` already returns `DebugElement `s.

Closes #1992
2015-05-29 12:44:21 -07:00
..
compiler_spec.ts feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
directive_lifecycle_spec.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
directive_metadata_reader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
dynamic_component_loader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
element_injector_spec.ts feat(di): added optional self parameter to Parent, Ancestor, and Unbounded 2015-05-28 09:53:06 -07:00
integration_dart_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
integration_spec.ts feat(test): add element probe 2015-05-29 12:44:21 -07:00
proto_view_factory_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
query_integration_spec.ts feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
query_list_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
view_container_ref_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
view_manager_spec.ts feat(view): add AppViewListener interface 2015-05-29 11:33:22 -07:00
view_manager_utils_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
view_pool_spec.ts feat(view): add AppViewListener interface 2015-05-29 11:33:22 -07:00