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()

Constructor

constructor(_ngZone: NgZone)

Not Yet Documented

Members

increasePendingRequestCount() : number

Not Yet Documented

decreasePendingRequestCount() : number

Not Yet Documented

isStable() : boolean

Not Yet Documented

whenStable(callback: Function) : void

Not Yet Documented

getPendingRequestCount() : number

Not Yet Documented

isAngularEventPending() : boolean

Not Yet Documented

findBindings(using: any, provider: string, exactMatch: boolean) : any[]

Not Yet Documented

findProviders(using: any, provider: string, exactMatch: boolean) : any[]

Not Yet Documented