public class TokenizerTest extends Object
| Constructor and Description |
|---|
TokenizerTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertFactory(TokenizerFactory factory,
String input,
String... tokens) |
static void |
assertFactory(TokenizerFactory factory,
String input,
String[] tokens,
String[] whitespaces) |
static void |
assertTokenization(TokenizerFactory factory,
String input,
String[] tokens,
String[] whitespaces) |
void |
testAbstractTokenizerNext() |
void |
testAbstractTokenizerStart() |
void |
testAbstractTokenizerToArray() |
void |
testAbstractTokenizerWhitespace() |
void |
testIterability() |
public void testAbstractTokenizerStart()
throws IOException
IOExceptionpublic void testAbstractTokenizerWhitespace()
throws IOException
IOExceptionpublic void testAbstractTokenizerNext()
throws IOException
IOExceptionpublic void testAbstractTokenizerToArray()
throws IOException
IOExceptionpublic void testIterability()
public static void assertFactory(TokenizerFactory factory, String input, String... tokens)
public static void assertFactory(TokenizerFactory factory, String input, String[] tokens, String[] whitespaces)
public static void assertTokenization(TokenizerFactory factory, String input, String[] tokens, String[] whitespaces)
Copyright © 2019 Alias-i, Inc.. All rights reserved.