@@ -36,24 +36,24 @@ public class CombinedWidgetTest {
36
36
*/
37
37
public static Stream <Arguments > data () {
38
38
return Stream .of (
39
- Arguments .of (new AppWithCombinedWidgets (),
40
- new AbstractStubWebDriver .StubAndroidDriver (), DefaultAndroidWidget .class ),
41
- Arguments .of (new AppWithCombinedWidgets (),
42
- new AbstractStubWebDriver .StubIOSXCUITDriver (), DefaultIosXCUITWidget .class ),
43
- Arguments .of (new AppWithCombinedWidgets (),
44
- new AbstractStubWebDriver .StubBrowserDriver (), DefaultFindByWidget .class ),
45
- Arguments .of (new AppWithCombinedWidgets (),
46
- new AbstractStubWebDriver .StubAndroidBrowserOrWebViewDriver (), DefaultFindByWidget .class ),
47
- Arguments .of (new AppWithPartiallyCombinedWidgets (),
48
- new AbstractStubWebDriver .StubAndroidDriver (), DefaultAndroidWidget .class ),
49
- Arguments .of (new AppWithPartiallyCombinedWidgets (),
50
- new AbstractStubWebDriver .StubIOSXCUITDriver (), DefaultStubWidget .class ),
51
- Arguments .of (new AppWithPartiallyCombinedWidgets (),
52
- new AbstractStubWebDriver .StubWindowsDriver (), DefaultStubWidget .class ),
53
- Arguments .of (new AppWithPartiallyCombinedWidgets (),
54
- new AbstractStubWebDriver .StubBrowserDriver (), DefaultFindByWidget .class ),
55
- Arguments .of (new AppWithPartiallyCombinedWidgets (),
56
- new AbstractStubWebDriver .StubAndroidBrowserOrWebViewDriver (), DefaultFindByWidget .class )
39
+ Arguments .of (new AppWithCombinedWidgets (),
40
+ new AbstractStubWebDriver .StubAndroidDriver (), DefaultAndroidWidget .class ),
41
+ Arguments .of (new AppWithCombinedWidgets (),
42
+ new AbstractStubWebDriver .StubIOSXCUITDriver (), DefaultIosXCUITWidget .class ),
43
+ Arguments .of (new AppWithCombinedWidgets (),
44
+ new AbstractStubWebDriver .StubBrowserDriver (), DefaultFindByWidget .class ),
45
+ Arguments .of (new AppWithCombinedWidgets (),
46
+ new AbstractStubWebDriver .StubAndroidBrowserOrWebViewDriver (), DefaultFindByWidget .class ),
47
+ Arguments .of (new AppWithPartiallyCombinedWidgets (),
48
+ new AbstractStubWebDriver .StubAndroidDriver (), DefaultAndroidWidget .class ),
49
+ Arguments .of (new AppWithPartiallyCombinedWidgets (),
50
+ new AbstractStubWebDriver .StubIOSXCUITDriver (), DefaultStubWidget .class ),
51
+ Arguments .of (new AppWithPartiallyCombinedWidgets (),
52
+ new AbstractStubWebDriver .StubWindowsDriver (), DefaultStubWidget .class ),
53
+ Arguments .of (new AppWithPartiallyCombinedWidgets (),
54
+ new AbstractStubWebDriver .StubBrowserDriver (), DefaultFindByWidget .class ),
55
+ Arguments .of (new AppWithPartiallyCombinedWidgets (),
56
+ new AbstractStubWebDriver .StubAndroidBrowserOrWebViewDriver (), DefaultFindByWidget .class )
57
57
);
58
58
}
59
59
0 commit comments