org.ourgrid.common.spec.grammar.test
Class SymbolTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ourgrid.common.spec.grammar.test.SymbolTest
All Implemented Interfaces:
junit.framework.Test, CommonTest, FastTest, PreCommitTest, SelectiveTest, StressTest

public class SymbolTest
extends junit.framework.TestCase
implements CommonTest

Project: Caymman(DSC/UFCG) Description: This class tests the Symbol class.

Version:
1.0 Created on Sep 29, 2003 Last update: Sep 29, 2003

Constructor Summary
SymbolTest(java.lang.String message)
          Constructor for SymbolTest.
 
Method Summary
protected  void setUp()
           
 void testEqualsObject()
           
 void testGetCode()
           
 void testGetValue()
           
 void testIsNonTerminal()
           
 void testIsSemanticAction()
           
 void testIsTerminal()
           
 void testSymbol()
           
 void testSymbolIntStringInt()
           
 void testToString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Constructor Detail

SymbolTest

public SymbolTest(java.lang.String message)
Constructor for SymbolTest.

Parameters:
message -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testSymbolIntStringInt

public void testSymbolIntStringInt()

testSymbol

public void testSymbol()

testGetCode

public void testGetCode()

testGetValue

public void testGetValue()

testIsTerminal

public void testIsTerminal()

testIsNonTerminal

public void testIsNonTerminal()

testIsSemanticAction

public void testIsSemanticAction()

testEqualsObject

public void testEqualsObject()

testToString

public void testToString()