| de.susebox.jtopas.TestTokenizerSource
TestTokenizerSource | public class TestTokenizerSource extends TestCase (Code) | |
The class contains a number of test cases that are supposed to be difficult
to handle for a
Tokenizer , e.g. EOF conditions inside strings etc.
See Also: TokenizerSource author: Heiko Blau |
TestTokenizerSource | public TestTokenizerSource(String test)(Code) | | Default constructor. Standard input
java.lang.System.in is used
to construct the input stream reader.
|
main | public static void main(String[] args)(Code) | | call this method to invoke the tests
|
setUp | protected void setUp() throws Exception(Code) | | Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
|
suite | public static Test suite()(Code) | | Implementation of the JUnit method suite . For each set of test
properties one or more tests are instantiated.
a test suite |
tearDown | protected void tearDown() throws Exception(Code) | | Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
|
testEmptySource | public void testEmptySource() throws Throwable(Code) | | Test empty data sources
|
testLargeBuffer | public void testLargeBuffer() throws Throwable(Code) | | Test a buffer that is larger than the available data
|
testLargeSource | public void testLargeSource() throws Throwable(Code) | | Test similar special sequences.
|
testSimilarResults | public void testSimilarResults() throws Throwable(Code) | | Test similar special sequences.
|
testSmallBuffer | public void testSmallBuffer() throws Throwable(Code) | | Test a buffer that is smaller than the available data
|
|
|