export class Testability
export class Testability
exported from angular2/core defined in angular2/src/core/testability/testability.ts (line 6)
The Testability service provides testing hooks that can be accessed from the browser and by services such as Protractor. Each bootstrapped Angular application on the page will have an instance of Testability.
Annotations
@Injectable()
@Injectable()
Constructor
constructor(_ngZone: NgZone)
constructor(_ngZone: NgZone)
Not Yet Documented
Members
increasePendingRequestCount() : number
increasePendingRequestCount() : number
Not Yet Documented
decreasePendingRequestCount() : number
decreasePendingRequestCount() : number
Not Yet Documented
isStable() : boolean
isStable() : boolean
Not Yet Documented
whenStable(callback: Function) : void
whenStable(callback: Function) : void
Not Yet Documented
getPendingRequestCount() : number
getPendingRequestCount() : number
Not Yet Documented
isAngularEventPending() : boolean
isAngularEventPending() : boolean
Not Yet Documented
findBindings(using: any, provider: string, exactMatch: boolean) : any[]
findBindings(using: any, provider: string, exactMatch: boolean) : any[]
Not Yet Documented
findProviders(using: any, provider: string, exactMatch: boolean) : any[]
findProviders(using: any, provider: string, exactMatch: boolean) : any[]
Not Yet Documented