Inheritance
Annotations

Constructors

MockNgZone()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
hasPendingMacrotasks → bool

Whether there are any outstanding microtasks.

read-only, inherited
hasPendingMicrotasks → bool

Whether there are any outstanding microtasks.

read-only, inherited
onError EventEmitter

Notify that an error has been delivered.

read-only, inherited
onMicrotaskEmpty EventEmitter

Notifies when there is no more microtasks enqueue in the current VM Turn. This is a hint for Angular to do change detection, which may enqueue more microtasks. For this reason this event can fire multiple times per VM Turn.

read-only, inherited
onStable EventEmitter

read-only
onUnstable EventEmitter

Notifies when code enters Angular Zone. This gets fired first on VM Turn.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
run(dynamic fn()) → dynamic

Executes the fn function synchronously within the Angular zone and returns value returned by the function.

runGuarded(dynamic fn()) → dynamic

Same as #run, except that synchronous errors are caught and forwarded via onError and not rethrown.

inherited
runOutsideAngular(Function fn) → dynamic

Executes the fn function synchronously in Angular's parent zone and returns value returned by the function.

simulateZoneExit() → void

toString() → String

Returns a string representation of this object.

inherited