org.codehaus.groovy.antlr.treewalker
Class LineColumnTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.groovy.antlr.treewalker.LineColumnTest
All Implemented Interfaces:
junit.framework.Test

public class LineColumnTest
extends junit.framework.TestCase

Test that will assert each node of Source AST has a correct line/column info given a SourceBuffer


Constructor Summary
LineColumnTest()
           
 
Method Summary
 void doStuff(java.lang.String input)
           
 void testSimpleGroovySource()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineColumnTest

public LineColumnTest()
Method Detail

testSimpleGroovySource

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

doStuff

public void doStuff(java.lang.String input)
             throws java.lang.Exception
Throws:
java.lang.Exception