Fix TestExecutedOnlyOnceTest

This commit is contained in:
Ilya Chernikov
2017-09-15 14:40:15 +02:00
parent 099bd2f564
commit bcf08c2246
@@ -30,7 +30,6 @@ public class TestExecutedOnlyOnceTest extends TestCase {
testA = true;
}
@RunWith(JUnit3RunnerWithInners.class)
public static class InnerTest extends TestCase {
private static boolean testB;
private static boolean testC;
@@ -45,9 +44,8 @@ public class TestExecutedOnlyOnceTest extends TestCase {
testC = true;
}
@RunWith(JUnit3RunnerWithInners.class)
public static class InnerInnerTest extends TestCase {
@RunWith(JUnit3RunnerWithInners.class)
public static class InnerInnerInnerTest extends TestCase {
private static boolean testD;
private static boolean testE;