MCPcopy Index your code
hub / github.com/angular/angular / NoopGetTestability

Class NoopGetTestability

packages/core/test/testability/testability_spec.ts:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33class NoopGetTestability implements GetTestability {
34 addToWindow(registry: TestabilityRegistry): void {}
35 findTestabilityInTree(
36 registry: TestabilityRegistry,
37 elem: any,
38 findInAncestors: boolean,
39 ): Testability | null {
40 return null;
41 }
42}
43
44@Injectable()
45class MockNgZone extends NgZone {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…