4 lines
278 B
Plaintext
4 lines
278 B
Plaintext
![]() |
By default, the Maven Surefire plugin only executes test classes with names that end in "Test" or "TestCase". Name your class "TestClassX.java", for instance, and it will be skipped.
|
||
|
|
||
|
This rule raises an issue for each test class with a name not ending in "Test" or "TestCase".
|