rspec/rules/S3360/description.adoc

5 lines
279 B
Plaintext
Raw Normal View History

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.
2021-02-02 15:02:10 +01:00
This rule raises an issue for each test class with a name not ending in "Test" or "TestCase".