@@ -36,24 +36,24 @@ public class CombinedWidgetTest {
3636 */
3737 public static Stream <Arguments > data () {
3838 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 )
5757 );
5858 }
5959
0 commit comments