AFTestExtensionContext class

Constructors

AFTestExtensionContext()

Properties

hashCode int
The hash code for this object.
no setterinherited
initScreenTests List<AFInitScreenTestsDelegate>
final
initStateTests List<AFInitStateTestsDelegate>
final
initTestDatas List<AFInitTestDataDelegate>
final
initUnitTests List<AFInitUnitTestsDelegate>
final
initWireframes List<AFInitWireframesDelegate>
final
initWorkflowStateTests List<AFInitWorkflowStateTestsDelegate>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedTestContext AFSharedTestExtensionContext
final

Methods

addInitScreenTest(AFInitScreenTestsDelegate init) → void
addInitStateTest(AFInitStateTestsDelegate init) → void
addInitTestData(AFInitTestDataDelegate init) → void
addInitUnitTest(AFInitUnitTestsDelegate init) → void
addInitWireframe(AFInitWireframesDelegate? init) → void
addInitWorkflowStateTest(AFInitWorkflowStateTestsDelegate init) → void
initializeForApp() → void
initializeForDemoMode({required AFDefineTestDataContext testData, required AFStateTests stateTests}) → void
initializeTestData({required AFDefineTestDataContext testData}) → void
initializeTests({required AFDefineTestDataContext testData, required AFUnitTests unitTests, required AFStateTests stateTests, required AFWidgetTests widgetTests, required AFBottomSheetTests bottomSheetTests, required AFDrawerTests drawerTests, required AFSingleScreenTests screenTests, required AFDialogTests dialogTests, required AFWorkflowStateTests workflowTests, required AFWireframes wireframes}) → void
installTests({required AFInitTestDataDelegate defineTestData, required AFInitUnitTestsDelegate defineUnitTests, required AFInitStateTestsDelegate defineStateTests, required AFInitScreenTestsDelegate defineUIPrototypes, AFInitWorkflowStateTestsDelegate? defineWorkflowStateTests, AFInitWireframesDelegate? defineWireframes}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerApplicator(AFApplyWidgetAction apply) → void
Register a way to tap or set a value on a particular kind of widget.
registerExtractor(AFExtractWidgetAction extract) → void
toString() String
A string representation of this object.
inherited

Operators

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