Beispiel #1
0
 public TimePickerHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #2
0
 public LabelHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
 public SwitchHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #4
0
 public SliderHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #5
0
 public HandlerTestBase(HandlerTestFixture fixture)
 {
     _fixture = fixture;
 }
Beispiel #6
0
 public EditorHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
 public ActivityIndicatorHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #8
0
 public SearchBarHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
 public StepperHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #10
0
 public EntryHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #11
0
 public ButtonHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
Beispiel #12
0
 public ProgressBarHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
 public CheckBoxHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }