Package com.damnhandy.uri.template.impl
Class TestVarSpec
- java.lang.Object
-
- com.damnhandy.uri.template.impl.TestVarSpec
-
public class TestVarSpec extends Object
Created by ryan on 11/8/15.
-
-
Constructor Summary
Constructors Constructor Description TestVarSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createExplodedVarSpecFromUriTemplateBuilder()
void
testTemplateWithExplodeModifier()
void
testWithExplodeModifier()
void
usingAnExpandedExplodedVariableInUriTemplateReturnsAURLContainingTheExpandedVariable()
void
usingAnUnexpandedExplodedVariableInUriTemplateReturnsAURLContainingTheTemplatedVariable()
-
-
-
Method Detail
-
testTemplateWithExplodeModifier
public void testTemplateWithExplodeModifier() throws Exception
- Throws:
Exception
-
createExplodedVarSpecFromUriTemplateBuilder
public void createExplodedVarSpecFromUriTemplateBuilder() throws Exception
- Throws:
Exception
-
usingAnUnexpandedExplodedVariableInUriTemplateReturnsAURLContainingTheTemplatedVariable
public void usingAnUnexpandedExplodedVariableInUriTemplateReturnsAURLContainingTheTemplatedVariable() throws Exception
- Throws:
Exception
-
-