Package org.apache.bval.jsr.util
Class PathImplTest
- java.lang.Object
-
- org.apache.bval.jsr.util.PathImplTest
-
public class PathImplTest extends Object
PathImpl Tester.- Since:
10/01/2009
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description PathImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddRemoveNodes()
void
testEmptyString()
void
testIndexInMiddleOfProperty()
void
testLeadingPathSeparator()
void
testNull()
void
testParseMapBasedProperty()
void
testParsing()
void
testSpecExamples()
void
testToString()
void
testTrailingPathSeparator()
void
testUnbalancedBraces()
-
-
-
Method Detail
-
testParsing
public void testParsing()
-
testParseMapBasedProperty
public void testParseMapBasedProperty()
-
testSpecExamples
public void testSpecExamples()
-
testNull
public void testNull()
-
testUnbalancedBraces
public void testUnbalancedBraces()
-
testIndexInMiddleOfProperty
public void testIndexInMiddleOfProperty()
-
testTrailingPathSeparator
public void testTrailingPathSeparator()
-
testLeadingPathSeparator
public void testLeadingPathSeparator()
-
testEmptyString
public void testEmptyString()
-
testToString
public void testToString()
-
testAddRemoveNodes
public void testAddRemoveNodes()
-
-