Class SubstitutionVisitorTest
- java.lang.Object
-
- com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
-
public class SubstitutionVisitorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SubstitutionVisitorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestSubstitute_in_loop()voidtestSubstituteNodeNode()voidtestSubstituteNodeNodeArray()voidtestSubstituteNodeStringArrayNodeArray()voidtestSubstituteNodeStringArrayObjectArray()voidtestSubstituteNodeStringArrayStringArray()voidtestSubstituteNodeStringNode()voidtestSubstituteNodeStringObject()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSubstituteNodeStringNode
public void testSubstituteNodeStringNode() throws ParseException- Throws:
ParseException
-
testSubstituteNodeNode
public void testSubstituteNodeNode() throws ParseException- Throws:
ParseException
-
testSubstituteNodeNodeArray
public void testSubstituteNodeNodeArray() throws ParseException- Throws:
ParseException
-
testSubstitute_in_loop
public void testSubstitute_in_loop() throws ParseException- Throws:
ParseException
-
testSubstituteNodeStringArrayNodeArray
public void testSubstituteNodeStringArrayNodeArray() throws ParseException- Throws:
ParseException
-
testSubstituteNodeStringArrayObjectArray
public void testSubstituteNodeStringArrayObjectArray() throws ParseException- Throws:
ParseException
-
testSubstituteNodeStringObject
public void testSubstituteNodeStringObject() throws ParseException- Throws:
ParseException
-
testSubstituteNodeStringArrayStringArray
public void testSubstituteNodeStringArrayStringArray() throws ParseException- Throws:
ParseException
-
-