コード例 #1
0
 public TimePickerHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #2
0
 public LabelHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #3
0
 public SwitchHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #4
0
 public SliderHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #5
0
 public HandlerTestBase(HandlerTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #6
0
 public EditorHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #7
0
 public ActivityIndicatorHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #8
0
 public SearchBarHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #9
0
 public StepperHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #10
0
ファイル: EntryHandlerTests.cs プロジェクト: ultracpy/maui
 public EntryHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #11
0
 public ButtonHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #12
0
ファイル: ProgressBarTests.cs プロジェクト: syedbilalali/maui
 public ProgressBarHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }
コード例 #13
0
 public CheckBoxHandlerTests(HandlerTestFixture fixture) : base(fixture)
 {
 }