| com.hp.hpl.jena.util.test.TestTokenizer
TestTokenizer | public class TestTokenizer extends TestCase (Code) | | Test for the trivial tokenizer utility.
author: Dave Reynolds version: $Revision: 1.7 $ on $Date: 2008/01/02 12:08:35 $ |
Method Summary | |
public static TestSuite | suite() Boilerplate for junit. | public void | testTokenizer() Test tokenizer on a basic example or two. |
TestTokenizer | public TestTokenizer(String name)(Code) | | Boilerplate for junit
|
suite | public static TestSuite suite()(Code) | | Boilerplate for junit.
This is its own test suite
|
testTokenizer | public void testTokenizer()(Code) | | Test tokenizer on a basic example or two.
|
|
|