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

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

public class PlaceholderNodeTest
extends Object

Author:
Philipp Förmer

Constructor Summary
PlaceholderNodeTest()
           
 
Method Summary
 void setUp()
           
 void testAddArgument()
          Test cases for the addArgument(TypeValueNode) method.
 void testGetSetPlaceholderName()
          Test cases for the getter and setter of the placeholder name.
 void testPrettyPrint()
          Test cases for the prettyPrint(int) method.
 void testStringListConstructor()
          Test cases for the PlaceholderNode(String, List) constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceholderNodeTest

public PlaceholderNodeTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testStringListConstructor

public void testStringListConstructor()
                               throws Exception
Test cases for the PlaceholderNode(String, List) constructor.

Throws:
Exception

testGetSetPlaceholderName

public void testGetSetPlaceholderName()
                               throws Exception
Test cases for the getter and setter of the placeholder name.

Throws:
Exception

testAddArgument

public void testAddArgument()
                     throws Exception
Test cases for the addArgument(TypeValueNode) method.

Throws:
Exception

testPrettyPrint

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.