Closes gh-14915
This commit is contained in:
Madhura Bhave
2018-10-23 13:51:13 -07:00
parent 7181e76135
commit 5f24af6c3c

View File

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