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

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

public class SingleQuotedStringNodeTest
extends Object

Test cases for the SingleQuotedStringNode class.

Author:
Philipp Förmer

Constructor Summary
SingleQuotedStringNodeTest()
           
 
Method Summary
 void testValueConstructor()
          Test case for the SingleQuotedStringNode(String) constructor.
 void testValueParentNodeConstructor()
          Test case for the SingleQuotedStringNode(String, ASTNode) constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleQuotedStringNodeTest

public SingleQuotedStringNodeTest()
Method Detail

testValueConstructor

public void testValueConstructor()
                          throws Exception
Test case for the SingleQuotedStringNode(String) constructor.

Throws:
Exception

testValueParentNodeConstructor

public void testValueParentNodeConstructor()
                                    throws Exception
Test case for the SingleQuotedStringNode(String, ASTNode) constructor.

Throws:
Exception


Copyright © 2010. All Rights Reserved.