AFWidgetPrototype class abstract

Inheritance
Implementers

Constructors

AFWidgetPrototype({required AFPrototypeID id, required AFSingleScreenPrototypeBody body, required dynamic stateView, required AFRenderConnectedChildDelegate render, AFCreateWidgetWrapperDelegate? createWidgetWrapperDelegate, String? title})

Properties

body → AFSingleScreenPrototypeBody
final
createWidgetWrapperDelegate → AFCreateWidgetWrapperDelegate?
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
no setterinherited
no setterinherited
regressionTests → List<AFScreenTestDescription>
no setterinherited
render → AFRenderConnectedChildDelegate
final
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 setteroverride
smokeTests → List<AFScreenTestDescription>
no setterinherited
stateView → dynamic
final
testDrawerSide → int
finalinherited
timeHandling → AFTestTimeHandling
no setterinherited
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 selectedTestId, 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, {Function? onEnd}) → Future<void>
override
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