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

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

public class ScriptNodeTest
extends Object

Test cases for the ScriptNode class.

Author:
Philipp Förmer

Constructor Summary
ScriptNodeTest()
           
 
Method Summary
 void setUp()
           
 void testAddChildNode()
          Test case for the addChildNode(ASTNode) method also covers the getChildNodes() method.
 void testPrettyPrint()
          Test cases for the prettyPrint(int) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptNodeTest

public ScriptNodeTest()
Method Detail

setUp

public void setUp()

testAddChildNode

public void testAddChildNode()
                      throws Exception
Test case for the addChildNode(ASTNode) method also covers the getChildNodes() method.

Throws:
Exception

testPrettyPrint

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.