Searched refs:TestANTLRStringStream (Results 1 – 3 of 3) sorted by relevance
13 TestANTLRStringStream = class(TTestCase) class37 procedure TestANTLRStringStream.SetUp;41 procedure TestANTLRStringStream.TearDown;45 procedure TestANTLRStringStream.TestConsumeOnANTLRStringStream;105 procedure TestANTLRStringStream.TestResetOnANTLRStringStream;140 procedure TestANTLRStringStream.TestSizeOnANTLRStringStream;154 procedure TestANTLRStringStream.TestSizeOnEmptyANTLRStringStream;163 procedure TestANTLRStringStream.TestSubstringOnANTLRStringStream;182 RegisterTest(TestANTLRStringStream.Suite);
8 public class TestANTLRStringStream extends TestCase { class in org.antlr.runtime.test10 public function TestANTLRStringStream() { method in org.antlr.runtime.test.TestANTLRStringStream
8 addTest(new TestSuite(TestANTLRStringStream));