Skip to content

Commit ddee988

Browse files
committed
.
1 parent c12d7c3 commit ddee988

File tree

92 files changed

+48
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+48
-474
lines changed

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsA.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public class RandomTestsA extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Storm", 38);
8+
testGreeting("Storm", 380);
99
}
1010
// Removed other tests to simplify
1111
}

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsB.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class RandomTestsB extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Dakota", 18);
8+
testGreeting("Dakota", 180);
99
}
1010
}

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsC.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class RandomTestsC extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Jordan", 95);
8+
testGreeting("Jordan", 950);
99
}
1010
}

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsD.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class RandomTestsD extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Kai", 14);
8+
testGreeting("Kai", 140);
99
}
1010
}

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsE.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class RandomTestsE extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Sage", 28);
8+
testGreeting("Sage", 280);
99
}
1010
}

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsF.java

-10
This file was deleted.

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsG.java

-10
This file was deleted.

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsH.java

-10
This file was deleted.

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsI.java

-10
This file was deleted.

example/javalib/testing/4-test-parallel/foo/test/src/foo/RandomTestsJ.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupX1 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Aether", 55);
8+
testGreeting("Aether", 550);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX10.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupX2 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Chronos", 35);
8+
testGreeting("Chronos", 350);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupX3 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Fortuna", 25);
8+
testGreeting("Fortuna", 250);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX4.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupX4 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Janus", 21);
8+
testGreeting("Janus", 210);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX5.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupX5 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Orion", 95);
8+
testGreeting("Orion", 950);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX6.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX7.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX8.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupX9.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupY1 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Hades", 15);
8+
testGreeting("Hades", 150);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY10.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupY2 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Odin", 34);
8+
testGreeting("Odin", 340);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupY3 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Ra", 21);
8+
testGreeting("Ra", 210);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY4.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupY4 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Wotan", 95);
8+
testGreeting("Wotan", 950);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY5.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class GroupY5 extends RandomTestsUtils {
66
@Test
77
public void test1() throws Exception {
8-
testGreeting("Xiuhtecuhtli", 26);
8+
testGreeting("Xiuhtecuhtli", 260);
99
}
1010
}

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY6.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY7.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY8.java

-10
This file was deleted.

example/javalib/testing/6-test-group-parallel/foo/test/src/foo/GroupY9.java

-10
This file was deleted.

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsA.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class RandomTestsA : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Storm", 38)
9+
testGreeting("Storm", 380)
1010
}
1111
}

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsB.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class RandomTestsB : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Dakota", 18)
9+
testGreeting("Dakota", 180)
1010
}
1111
}

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsC.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class RandomTestsC : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Jordan", 95)
9+
testGreeting("Jordan", 950)
1010
}
1111
}

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsD.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class RandomTestsD : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Kai", 14)
9+
testGreeting("Kai", 140)
1010
}
1111
}

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsE.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class RandomTestsE : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Sage", 28)
9+
testGreeting("Sage", 280)
1010
}
1111
}

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsF.kt

-11
This file was deleted.

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsG.kt

-11
This file was deleted.

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsH.kt

-11
This file was deleted.

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsI.kt

-11
This file was deleted.

example/kotlinlib/testing/4-test-parallel/foo/test/src/foo/RandomTestsJ.kt

-11
This file was deleted.

example/kotlinlib/testing/6-test-group-parallel/foo/test/src/foo/GroupX1.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class GroupX1 : RandomTestsUtils() {
66
@Test
77
@Throws(Exception::class)
88
fun test1() {
9-
testGreeting("Aether", 55)
9+
testGreeting("Aether", 550)
1010
}
1111
}

0 commit comments

Comments
 (0)