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() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
buildTokenizer() |
abstract String |
getSampleCode() |
protected void |
tokenizeTest() |
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–2016 InfoEther. All rights reserved.