progress, remove ContextualizedTest

This commit is contained in:
Clément Fournier
2022-07-17 14:29:18 +02:00
parent 8587844c1c
commit ba105a646c
18 changed files with 66 additions and 120 deletions

View File

@@ -4,13 +4,10 @@
package net.sourceforge.pmd.lang.vf.ast;
import net.sourceforge.pmd.PmdContextualizedTest;
public abstract class AbstractVfTest extends PmdContextualizedTest {
public abstract class AbstractVfTest {
protected final VfParsingHelper vf =
VfParsingHelper.DEFAULT
.withResourceContext(getClass())
.withLanguageRegistry(languageRegistry());
.withResourceContext(getClass());
}