|
|
@ -36,6 +36,11 @@ public class DefaultRestartInitializerTests {
|
|
|
|
testSkippedStacks("org.junit.runners.Something");
|
|
|
|
testSkippedStacks("org.junit.runners.Something");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
|
|
|
public void jUnit5StackShouldReturnNull() {
|
|
|
|
|
|
|
|
testSkippedStacks("org.junit.platform.Something");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void springTestStackShouldReturnNull() {
|
|
|
|
public void springTestStackShouldReturnNull() {
|
|
|
|
testSkippedStacks("org.springframework.boot.test.Something");
|
|
|
|
testSkippedStacks("org.springframework.boot.test.Something");
|
|
|
|