onDrawerRun method
Future<void>
onDrawerRun(
- AFBuildContext<
AFFlexibleStateView, AFRouteParam> context, - AFScreenTestContextSimulator? prevContext,
- AFSingleScreenTestState state,
- AFScreenTestID selectedTestId,
- Function onEnd,
override
Implementation
@override
Future<void> onDrawerRun(AFBuildContext context, AFScreenTestContextSimulator? prevContext, AFSingleScreenTestState state, AFScreenTestID selectedTestId, Function onEnd) async {
//final screenUpdateCount = AFibF.testOnlyScreenUpdateCount(screenId);
final testContext = prepareRun(context.dispatcher, prevContext, selectedTestId);
//await testContext.pauseForRender(screenUpdateCount, true);
run(testContext, onEnd: onEnd);
return;
}