AFSpecificStateTestDefinitionContext class

Properties

definitions AFStateTestDefinitionContext
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test AFStateTest
final

Methods

accessTestData(dynamic id) → dynamic
createBottomSheetShortcut<TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId) AFStateTestBottomSheetShortcut<TSPI>
createDialogShortcut<TSPI extends AFDialogStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId) AFStateTestDialogShortcut<TSPI>
createDrawerShortcut<TSPI extends AFDrawerStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId) AFStateTestDrawerShortcut<TSPI>
createScreenShortcut<TSPI extends AFScreenStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId) AFStateTestScreenShortcut<TSPI>
defineDynamicCrossQueryResponse<TQuerySource extends AFAsyncQuery, TQueryListener extends AFAsyncQuery>(List<AFCreateQueryResultDelegate<AFAsyncQuery>> delegates, {Object? querySpecifier, Object? listenerSpecifier}) → void
defineInitialTime(Object timeOrId) → void
defineQueryResponseDynamic<TQuery extends AFAsyncQuery>({Object? querySpecifier, required AFCreateQueryResultDelegate<TQuery> body}) → void
Create a response dynamically for a particular query.
defineQueryResponseError<TQuery extends AFAsyncQuery>(AFQueryError error, {Object? querySpecifier}) → void
defineQueryResponseFixed<TQuery extends AFAsyncQuery>(dynamic idData, {Object? querySpecifier}) → void
Specify a response for a particular query.
defineQueryResponseLive<TQuery extends AFAsyncQuery>({Object? querySpecifier}) → void
defineQueryResponseNone<TQuery extends AFAsyncQuery>({Object? querySpecifier}) → void
defineQueryResponseNull<TQuery extends AFAsyncQuery>({Object? querySpecifier}) → void
defineQueryResponseUnused<TQuery extends AFAsyncQuery>({Object? querySpecifier}) → void
executeAdvanceTime(Duration duration) → void
executeBottomSheet<TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId, AFStateTestScreenHandlerDelegate<TSPI> buildHandler) → void
executeDebugStopHere() → void
executeDialog<TSPI extends AFDialogStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId, AFStateTestScreenHandlerDelegate<TSPI> buildHandler) → void
executeDrawer<TSPI extends AFDrawerStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId, AFStateTestScreenHandlerDelegate<TSPI> screenHandler) → void
executeInjectListenerQueryResponse(dynamic querySpecifier, Object result) → void
executeQuery(AFAsyncQuery query) → void
Use this method to execute a query and validate the state change which it causes.
executeScreen<TSPI extends AFScreenStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(AFScreenID screenId, AFStateTestScreenHandlerDelegate<TSPI> screenHandler, {bool verifyIsActiveScreen = true}) → void
executeSetAbsoluteTime(DateTime dateTime) → void
executeStartup() → void
executeVerifyActiveScreenId(AFScreenID screenId) → void
executeVerifyState(AFStateTestVerifyStateDelegate verify) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

errSpecifyTypeParameter → const String