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
IOException
public abstract String getSampleCode() throws IOException
IOException
protected void tokenizeTest() throws IOException
IOException
Copyright © 2002–2017 PMD. All rights reserved.