| de.susebox.jtopas.TestTokenizerProperties
_patternMatchingStrings | final static String _patternMatchingStrings(Code) | | |
TestTokenizerProperties | public TestTokenizerProperties(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.
|
testAddingKeywords | public void testAddingKeywords() throws Throwable(Code) | | This test adds a set of keywords, both case-sensitive and not, then tries
to retrieve them, then removes them
|
testAddingSequences | public void testAddingSequences() throws Throwable(Code) | | Adding and removing of line and block comments and special sequences.
|
testGenericProperties | public void testGenericProperties() throws Throwable(Code) | | Testing generic methods.
|
|
|