Commit 5f24af6c authored by Madhura Bhave's avatar Madhura Bhave

Polish

Closes gh-14915
parent 7181e761
...@@ -36,6 +36,11 @@ public class DefaultRestartInitializerTests { ...@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment