org.antlr.test
Class TestCommonTreeNodeStream

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.antlr.test.BaseTest
              extended by org.antlr.test.TestTreeNodeStream
                  extended by org.antlr.test.TestCommonTreeNodeStream
All Implemented Interfaces:
junit.framework.Test

public class TestCommonTreeNodeStream
extends TestTreeNodeStream

Tests specific to CommonTreeNodeStream


Nested Class Summary
 
Nested classes/interfaces inherited from class org.antlr.test.BaseTest
BaseTest.StreamVacuum
 
Field Summary
 
Fields inherited from class org.antlr.test.BaseTest
CLASSPATH, jikes, pathSep, stderr, tmpdir
 
Constructor Summary
TestCommonTreeNodeStream()
           
 
Method Summary
 void testNestedPushPop()
           
 void testPushPop()
           
 void testPushPopFromEOF()
           
 void testStackStretch()
           
 
Methods inherited from class org.antlr.test.TestTreeNodeStream
newStream, test4Nodes, testAoverB, testFlatList, testList, testListWithOneNode, testLT, testMarkRewindEntire, testMarkRewindInMiddle, testMarkRewindNested, testSeek, testSeekFromStart, testSingleNode, toNodesOnlyString
 
Methods inherited from class org.antlr.test.BaseTest
antlr, checkGrammarSemanticsError, checkGrammarSemanticsWarning, compile, eraseFiles, execLexer, execParser, execTreeParser, execTreeParser, getFirstLineOfException, mkdir, newTool, newTool, rawExecRecognizer, rawGenerateAndBuildRecognizer, realElements, realElements, setUp, writeFile, writeLexerTestFile, writeTemplateTestFile, writeTestFile, writeTreeAndTreeTestFile, writeTreeTestFile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCommonTreeNodeStream

public TestCommonTreeNodeStream()
Method Detail

testPushPop

public void testPushPop()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testNestedPushPop

public void testNestedPushPop()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testPushPopFromEOF

public void testPushPopFromEOF()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testStackStretch

public void testStackStretch()
                      throws java.lang.Exception
Throws:
java.lang.Exception