AFWorkflowStateTests class

Workflow tests have been superceded by state tests.

Constructors

AFWorkflowStateTests()

Properties

all List<AFWorkflowStatePrototype>
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
stateTests List<AFWorkflowStatePrototype>
final

Methods

addPrototype({required AFPrototypeID id, required AFBaseTestID stateTestId, AFID? actualDisplayId}) AFWorkflowStateTestPrototype
findById(AFBaseTestID id) AFWorkflowStatePrototype?
findByStateTestId(AFStateTestID id) AFWorkflowStatePrototype?
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

Static Methods

createPrototype({required AFWorkflowStateTests tests, required AFPrototypeID id, required AFBaseTestID stateTestId, required AFID? actualDisplayId}) AFWorkflowStatePrototype