Maven does not find JUnit tests to run

By default Maven uses the following naming conventions when looking for tests to run:

If your test class doesn’t follow these conventions you should rename it or configure Maven Surefire Plugin to use another pattern for test classes.

Leave a Comment