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