AFWorkflowStateTestPrototype class

Properties

hashCode int
The hash code for this object.
no setterinherited
regressionTests List<AFWorkflowStateTestBodyWithParam>
final
reusableTests List<AFWorkflowStateTestBodyWithParam>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smokeTests List<AFWorkflowStateTestBodyWithParam>
final
tests AFWorkflowStateTests
final
uiStateTests List<AFWorkflowStateTestUI>
final

Methods

defineRunStateTestInUI({required AFScreenTestID id, required String? description, required String? disabled, required AFStateTestID runExtensionInUI}) → void
defineSmokeTest({required AFWorkflowTestBodyExecuteDelegate body, AFScreenTestID id = AFUIScreenTestID.smoke, String? description, String? disabled}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openTestDrawer(AFScreenTestID id) → void
run(AFScreenTestContext context, {Function? onEnd}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited