public TimePickerHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public LabelHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public SwitchHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public SliderHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public HandlerTestBase(HandlerTestFixture fixture) { _fixture = fixture; }
public EditorHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public ActivityIndicatorHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public SearchBarHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public StepperHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public EntryHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public ButtonHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public ProgressBarHandlerTests(HandlerTestFixture fixture) : base(fixture) { }
public CheckBoxHandlerTests(HandlerTestFixture fixture) : base(fixture) { }