@@ -21,12 +21,18 @@ public void suitesShouldRunInParallel1() {
2121 2 ,
2222 null ,
2323 Arrays .asList (
24- getPathToResource ("samples/suite-parallel-1.xml" ), getPathToResource ("samples/suite-parallel-2.xml" )));
24+ getPathToResource ("samples/suite-parallel-1.xml" ),
25+ getPathToResource ("samples/suite-parallel-2.xml" )));
2526 }
2627
2728 @ Test
2829 public void suitesShouldRunInParallel2 () {
29- runTest (5 , 3 , 3 , null , Collections .singletonList (getPathToResource ("samples/suite-parallel-0.xml" )));
30+ runTest (
31+ 5 ,
32+ 3 ,
33+ 3 ,
34+ null ,
35+ Collections .singletonList (getPathToResource ("samples/suite-parallel-0.xml" )));
3036 }
3137
3238 @ Test (description = "Number of threads (2) is less than number of suites (3)" )
@@ -92,7 +98,8 @@ public void suitesShouldRunInParallel5() {
9298 5 ,
9399 7 ,
94100 null ,
95- Collections .singletonList (getPathToResource ("samples/parallel-suites/suite-parallel-0.xml" )));
101+ Collections .singletonList (
102+ getPathToResource ("samples/parallel-suites/suite-parallel-0.xml" )));
96103 }
97104
98105 @ Test (description = "Number of threads (2) is less than level of suites (3)" )
@@ -102,7 +109,8 @@ public void suitesShouldRunInParallel6() {
102109 2 ,
103110 7 ,
104111 null ,
105- Collections .singletonList (getPathToResource ("samples/parallel-suites/suite-parallel-0.xml" )));
112+ Collections .singletonList (
113+ getPathToResource ("samples/parallel-suites/suite-parallel-0.xml" )));
106114 }
107115
108116 @ Test (
@@ -134,6 +142,11 @@ public void suitesShouldRunInOrder() {
134142
135143 @ Test (description = "Number of threads (1) is less than number of levels of suites (2)" )
136144 public void suitesShouldRun1 () {
137- runTest (1 , 1 , 3 , true , Collections .singletonList (getPathToResource ("samples/suite-parallel-0.xml" )));
145+ runTest (
146+ 1 ,
147+ 1 ,
148+ 3 ,
149+ true ,
150+ Collections .singletonList (getPathToResource ("samples/suite-parallel-0.xml" )));
138151 }
139152}
0 commit comments