[test] Consolidate packages, move PmdRuleTst, SimpleAggregatorTst
This commit is contained in:
@@ -7,7 +7,7 @@ package net.sourceforge.pmd.lang.html;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
|
||||
import net.sourceforge.pmd.AbstractLanguageVersionTest;
|
||||
import net.sourceforge.pmd.test.AbstractLanguageVersionTest;
|
||||
|
||||
class LanguageVersionTest extends AbstractLanguageVersionTest {
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.html;
|
||||
|
||||
import net.sourceforge.pmd.lang.rule.AbstractRuleSetFactoryTest;
|
||||
import net.sourceforge.pmd.test.lang.rule.AbstractRuleSetFactoryTest;
|
||||
|
||||
class RuleSetFactoryTest extends AbstractRuleSetFactoryTest {
|
||||
// no additional tests yet
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.html.rule.bestpractices;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
import net.sourceforge.pmd.test.PmdRuleTst;
|
||||
|
||||
class AvoidInlineStylesTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.html.rule.bestpractices;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
import net.sourceforge.pmd.test.PmdRuleTst;
|
||||
|
||||
class UnnecessaryTypeAttributeTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.html.rule.bestpractices;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
import net.sourceforge.pmd.test.PmdRuleTst;
|
||||
|
||||
class UseAltAttributeForImagesTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
|
Reference in New Issue
Block a user