AFScreenLikePrototype class abstract

Inheritance
Implementers

Constructors

AFScreenLikePrototype({required AFPrototypeID id, required dynamic stateView, required AFNavigatePushAction? navigate, required AFNavigateWithOnEventContextDelegate? navigateWithEventContext, required AFSingleScreenPrototypeBody body, required AFTestTimeHandling timeHandling, required AFUIType uiType})

Properties

body AFSingleScreenPrototypeBody
final
displayId AFID
no setteroverride
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
final
getter/setter pairoverride-getter
regressionTests List<AFScreenTestDescription>
no setteroverride
reusableTests List<AFScreenTestDescription>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionIds List<AFScreenTestID>
no setterinherited
singleScreenBody AFSingleScreenPrototypeBody
no setteroverride
smokeTests List<AFScreenTestDescription>
no setteroverride
stateView ↔ dynamic
getter/setter pairoverride-getter
testDrawerSide int
finalinherited
timeHandling AFTestTimeHandling
final
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
inherited
onDrawerRun(AFBuildContext<AFFlexibleStateView, AFRouteParam> context, AFScreenTestContextSimulator? prevContext, AFSingleScreenTestState state, AFScreenTestID id, Function onEnd) Future<void>
override
openTestDrawer(AFScreenTestID id) → void
override
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>
override
startScreen(AFDispatcher dispatcher, BuildContext? flutterContext, AFDefineTestDataContext registry, {AFRouteParam? routeParam, List<Object>? stateView}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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