Port remaining dart tests

This commit is contained in:
Clément Fournier
2020-06-12 16:36:04 +02:00
parent ecc8699269
commit 1540ec6d91
28 changed files with 194 additions and 105 deletions

View File

@@ -17,7 +17,9 @@ import net.sourceforge.pmd.cpd.Tokens;
/**
* @author Romain PELISSE, belaran@gmail.com
*
* @deprecated Use CpdTextComparisonTest in module pmd-lang-test
*/
@Deprecated
public abstract class AbstractTokenizerTest {
protected int expectedTokenCount;