koala.dynamicjava.tree
Class LongLiteralTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by koala.dynamicjava.tree.LongLiteralTest
All Implemented Interfaces:
Test

public class LongLiteralTest
extends TestCase

JUnit tests for the koala.dynamicjava.tree.LongLiteralTest class. This test class depends on static test methods written inside the LongLiteralTest class.


Constructor Summary
LongLiteralTest()
           
 
Method Summary
 void testLongLiteral()
          Test to make sure the testParse method correctly interprets various inputs and processes them appropriately.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongLiteralTest

public LongLiteralTest()
Method Detail

testLongLiteral

public void testLongLiteral()
Test to make sure the testParse method correctly interprets various inputs and processes them appropriately.