Class AbstractTokenizerTest
- java.lang.Object
-
- net.sourceforge.pmd.testframework.AbstractTokenizerTest
-
@Deprecated public abstract class AbstractTokenizerTest extends Object
Deprecated.Use CpdTextComparisonTest in module pmd-lang-test- Author:
- Romain PELISSE, [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description protected intexpectedTokenCountDeprecated.protected SourceCodesourceCodeDeprecated.protected TokenizertokenizerDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractTokenizerTest()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract voidbuildTokenizer()Deprecated.abstract StringgetSampleCode()Deprecated.protected voidtokenizeTest()Deprecated.
-
-
-
Field Detail
-
expectedTokenCount
protected int expectedTokenCount
Deprecated.
-
tokenizer
protected Tokenizer tokenizer
Deprecated.
-
sourceCode
protected SourceCode sourceCode
Deprecated.
-
-
Method Detail
-
buildTokenizer
public abstract void buildTokenizer() throws IOExceptionDeprecated.- Throws:
IOException
-
getSampleCode
public abstract String getSampleCode() throws IOException
Deprecated.- Throws:
IOException
-
tokenizeTest
protected void tokenizeTest() throws IOExceptionDeprecated.- Throws:
IOException
-
-