AFStateTestStateVerificationContext class

Constructors

AFStateTestStateVerificationContext({required AFState afState})

Properties

accessCurrentTime → AFTimeState
no setterinherited
accessPlatformInfo → AFAppPlatformInfoState
no setterinherited
accessPublicState → AFPublicState
no setter
afState → AFState
final
hashCode → int
The hash code for this object.
no setterinherited
public → AFPublicState
no setter
route → AFRouteState
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

accessActiveRouteParamOfType<TRouteParam extends AFRouteParam>({AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) → TRouteParam?
Expectes to find exactly ione param of the specified type.
inherited
accessActiveRouteParamsOfType<TRouteParam extends AFRouteParam>({AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) → List<TRouteParam>
Find all route params that have the specified type.
inherited
accessComponentState<TAppState extends AFComponentState>() → TAppState
accessGlobalRouteParam<TRouteParam>(AFID id) → TRouteParam?
inherited
accessRouteParam<TRouteParam extends AFRouteParam>(AFRouteParamRef ref) → TRouteParam?
inherited
accessRouteParamSegment(AFRouteParamRef ref) → AFRouteSegment?
inherited
accessScreenRouteSegment(AFScreenID screen, {AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy}) → AFRouteSegment?
inherited
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