net.sf.sasl.language.placeholder.syntax
Class ASTNodeTest

java.lang.Object
  extended by net.sf.sasl.language.placeholder.syntax.ASTNodeTest

public class ASTNodeTest
extends Object

Test cases for the ASTNode class.

Author:
Philipp Förmer

Constructor Summary
ASTNodeTest()
           
 
Method Summary
 void setUp()
           
 void testDefaultConstructor()
          Test cases for ASTNode()
 void testGetSetParentNode()
          Test cases for the getter and setter of the parent node.
 void testParentNodeConstructor()
          Test cases for ASTNode(ASTNode)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTNodeTest

public ASTNodeTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testDefaultConstructor

public void testDefaultConstructor()
                            throws Exception
Test cases for ASTNode()

Throws:
Exception

testParentNodeConstructor

public void testParentNodeConstructor()
                               throws Exception
Test cases for ASTNode(ASTNode)

Throws:
Exception

testGetSetParentNode

public void testGetSetParentNode()
                          throws Exception
Test cases for the getter and setter of the parent node.

Throws:
Exception


Copyright © 2010. All Rights Reserved.