Class TestExpressionBuilder
- java.lang.Object
-
- com.damnhandy.uri.template.builder.TestExpressionBuilder
-
public class TestExpressionBuilder extends Object
A TestExpressionBuilder.- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Constructor Summary
Constructors Constructor Description TestExpressionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testContinuation()
void
testExpressionFromString()
void
testFragment()
void
testLabel()
void
testMatrix()
void
testMultipleExpressions()
void
testMultipleExpressionsAndLiteralValues()
void
testPath()
void
testQuery()
void
testReserved()
void
testSimple()
void
testSimpleWithExplode()
void
testUnderscorVariableName()
-