public abstract class AbstractTokenizerTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
expectedTokenCount |
protected SourceCode |
sourceCode |
protected Tokenizer |
tokenizer |
| Constructor and Description |
|---|
AbstractTokenizerTest() |
protected int expectedTokenCount
protected Tokenizer tokenizer
protected SourceCode sourceCode
public abstract void buildTokenizer()
throws IOException
IOExceptionpublic abstract String getSampleCode() throws IOException
IOExceptionprotected void tokenizeTest()
throws IOException
IOExceptionCopyright © 2002–2017 PMD. All rights reserved.