Browse Source
After the upgrade to JUnit Jupiter 5.0 M3, JUnit Jupiter tests in the Spring build were no longer executed due to the introduction of a default test class name pattern. This commit addresses this issue by making use of the @IncludeClassNamePatterns to specify that *TestCase test classes should be executed within the org.springframework.test.context.junit.jupiter package.pull/1287/head
Sam Brannen
8 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue