AFScreenTestContextWidgetTester constructor

AFScreenTestContextWidgetTester(
  1. WidgetTester tester,
  2. AFApp app,
  3. AFDispatcher dispatcher,
  4. AFBaseTestID testId,
  5. AFCommandOutput output,
  6. AFTestStats stats,
)

Implementation

AFScreenTestContextWidgetTester(this.tester, this.app, AFDispatcher dispatcher, AFBaseTestID testId, this.output, this.stats): super(dispatcher, testId);