Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
Closes gh-14915
  • Loading branch information
mbhave committed Oct 23, 2018
1 parent 7181e76 commit 5f24af6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public void jUnitStackShouldReturnNull() {
testSkippedStacks("org.junit.runners.Something");
}

@Test
public void jUnit5StackShouldReturnNull() {
testSkippedStacks("org.junit.platform.Something");
}

@Test
public void springTestStackShouldReturnNull() {
testSkippedStacks("org.springframework.boot.test.Something");
Expand Down

0 comments on commit 5f24af6

Please sign in to comment.