net.sf.sasl.language.placeholder.syntax.types
Class TypeValueNodeTest

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

public class TypeValueNodeTest
extends Object

Author:
Philipp Förmer

Constructor Summary
TypeValueNodeTest()
           
 
Method Summary
 void setUp()
           
 void testASTNodeConstructor()
          Tests the initial state after the TypeValueNode(ASTNode) has been invoked.
 void testDefaultConstructor()
          Tests the initial state after the TypeValueNode() has been invoked.
 void testGetSetTypeValue()
          Tests the getter and setter for the type value.
 void testPrettyPrint()
          Test cases for prettyPrint(int).
 void testTypeValueASTNodeConstructor()
          Tests the initial state after the TypeValueNode(Object, ASTNode) has been invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeValueNodeTest

public TypeValueNodeTest()
Method Detail

setUp

public void setUp()

testDefaultConstructor

public void testDefaultConstructor()
                            throws Exception
Tests the initial state after the TypeValueNode() has been invoked.

Throws:
Exception

testASTNodeConstructor

public void testASTNodeConstructor()
                            throws Exception
Tests the initial state after the TypeValueNode(ASTNode) has been invoked.

Throws:
Exception

testTypeValueASTNodeConstructor

public void testTypeValueASTNodeConstructor()
                                     throws Exception
Tests the initial state after the TypeValueNode(Object, ASTNode) has been invoked.

Throws:
Exception

testGetSetTypeValue

public void testGetSetTypeValue()
                         throws Exception
Tests the getter and setter for the type value.

Throws:
Exception

testPrettyPrint

public void testPrettyPrint()
                     throws Exception
Test cases for prettyPrint(int).

Throws:
Exception


Copyright © 2010. All Rights Reserved.