WidgetTestGiven<T extends WidgetTestHarness> constructor

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

Creates the WidgetTestGiven, which makes both the WidgetTestHarness and the WidgetTester available for use in test pre conditions.

Implementation

WidgetTestGiven(T harness) : super(harness);