Back to Error Prone

UnnecessaryTestMethodPrefix

docs/bugpattern/UnnecessaryTestMethodPrefix.md

2.49.0145 B
Original Source

Prefixing JUnit4 test methods with test is unnecessary and redundant given the use of the @Test annotation makes it clear that they're tests.