WidgetTestWhen<T extends WidgetTestHarness> constructor

WidgetTestWhen<T extends WidgetTestHarness>(
  1. T harness
)

Creates the WidgetTestWhen, which makes both the WidgetTestHarness and the WidgetTester available for use in test actions.

Implementation

WidgetTestWhen(T harness) : super(harness);