AFDrawerPrototype class

Inheritance

Constructors

AFDrawerPrototype({required AFPrototypeID id, required dynamic models, AFNavigatePushAction? navigate, AFNavigateWithOnEventContextDelegate? navigateWithEventContext, required AFSingleScreenPrototypeBody body, required AFTestTimeHandling timeHandling})

Properties

body AFSingleScreenPrototypeBody
finalinherited
displayId AFID
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasReusable bool
no setterinherited
hasTests bool
no setterinherited
id AFPrototypeID
finalinherited
isTestDrawerBegin bool
no setterinherited
isTestDrawerEnd bool
no setterinherited
finalinherited
getter/setter pairinherited
regressionTests List<AFScreenTestDescription>
no setterinherited
reusableTests List<AFScreenTestDescription>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId AFScreenID
no setter
sectionIds List<AFScreenTestID>
no setterinherited
singleScreenBody AFSingleScreenPrototypeBody
no setterinherited
smokeTests List<AFScreenTestDescription>
no setterinherited
stateView ↔ dynamic
getter/setter pairinherited
testDrawerSide int
finalinherited
timeHandling AFTestTimeHandling
finalinherited
uiType AFUIType
finalinherited

Methods

createNavigatePush() AFNavigatePushAction
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDrawerReset(AFDispatcher dispatcher) → void
override
onDrawerRun(AFBuildContext<AFFlexibleStateView, AFRouteParam> context, AFScreenTestContextSimulator? prevContext, AFSingleScreenTestState state, AFScreenTestID selectedTestId, Function onEnd) Future<void>
override
openTestDrawer(AFScreenTestID id) → void
inherited
paramDescriptions(AFScreenTestID id) List<String>
inherited
prepareRun(AFDispatcher dispatcher, AFScreenTestContextSimulator? prevContext, AFScreenTestID idSelected) AFScreenTestContextSimulator
inherited
run(AFScreenTestExecute context, {List<Object?>? params, Function? onEnd}) Future<void>
inherited
startScreen(AFDispatcher dispatcher, BuildContext? flutterContext, AFDefineTestDataContext registry, {AFRouteParam? routeParam, List<Object>? stateView}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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