AFScreenKindTests<TState, TPrototype extends AFScreenPrototype> class
abstract
- Implementers
Constructors
Properties
Methods
-
addConnectedPrototype(
{required AFPrototypeID id, Object? models, AFTestTimeHandling timeHandling = AFTestTimeHandling.paused}) → AFSingleScreenPrototypeBody -
createPrototype(
{required AFPrototypeID id, required Object? models, required AFTestTimeHandling timeHandling, required AFSingleScreenPrototypeBody body}) → TPrototype -
findById(
AFBaseTestID id) → TPrototype? -
findByTokens(
List< String> tokens, List<AFScreenPrototype> results) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited