TestabilityRegistry class
A global registry of Testability instances given an app root element.
Constructors
Properties
-
allTestabilities
→ Iterable<
Testability> -
Returns all testability instances registered.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerApplication(
Element appRoot, Testability testability) → void -
Associate
appRoot
with the providedtestability
instance. -
testabilityFor(
Element appRoot) → Testability? -
Returns the registered testability instance for
appRoot
, ornull
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited