Rename test class so that it can be picked up by Surefire
This commit is contained in:
@ -6,6 +6,6 @@ package net.sourceforge.pmd.lang.java.rule.bestpractices;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
|
||||
public class WhileLoopWithLiteralBoolean extends PmdRuleTst {
|
||||
public class WhileLoopWithLiteralBooleanTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
}
|
Reference in New Issue
Block a user