Home
last modified time | relevance | path

Searched refs:TestANTLRStringStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas13 TestANTLRStringStream = class(TTestCase) class
37 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);
/aosp_15_r20/external/antlr/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as8 public class TestANTLRStringStream extends TestCase { class in org.antlr.runtime.test
10 public function TestANTLRStringStream() { method in org.antlr.runtime.test.TestANTLRStringStream
H A DAllTests.as8 addTest(new TestSuite(TestANTLRStringStream));