hotRestartAndRunTests method

void hotRestartAndRunTests({
  1. required String filterNameRegex,
})
inherited

Implementation

void hotRestartAndRunTests({required String filterNameRegex}) {
  Log.d(_kTag, 'hotRestartAndRunTests filterNameRegex=$filterNameRegex');
  GetIt.I
      .get<WorkerSuperRunStore>()
      .setControllerIntegrationTest(filterNameRegex: filterNameRegex);
  GetIt.I.get<VmServiceWrapperService>().hotRestartThrottled();
}