Closes gh-14915
pull/14947/head
Madhura Bhave 6 years ago
parent 7181e76135
commit 5f24af6c3c

@ -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");

Loading…
Cancel
Save