Rename test class so that it can be picked up by Surefire

This commit is contained in:
David Burström
2019-03-10 10:36:31 +01:00
parent 3c32cbb629
commit 18296125a3

View File

@ -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
}