AFScreenTestContextSimulator constructor

AFScreenTestContextSimulator(
  1. AFDispatcher dispatcher,
  2. AFBaseTestID testId,
  3. int runNumber,
  4. AFBaseTestID? selectedTest,
)

Implementation

AFScreenTestContextSimulator(AFDispatcher dispatcher, AFBaseTestID testId, this.runNumber, this.selectedTest): super(dispatcher, testId);