[test] Consolidate packages, move PmdRuleTst, SimpleAggregatorTst

This commit is contained in:
Andreas Dangel
2024-02-23 13:01:07 +01:00
parent 5c5456a6bf
commit 845154716c
456 changed files with 490 additions and 464 deletions

View File

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

View File

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

View File

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

View File

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

View File

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