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

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

public class DoubleQuotedStringNodeTest
extends Object

Test cases for the DoubleQuotedStringNode class.

Author:
Philipp Förmer

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

Constructor Detail

DoubleQuotedStringNodeTest

public DoubleQuotedStringNodeTest()
Method Detail

testValueConstructor

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

Throws:
Exception

testValueParentNodeConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.