Package com.damnhandy.uri.template
Class TestDefaultVarExploder
- java.lang.Object
-
- com.damnhandy.uri.template.TestDefaultVarExploder
-
public class TestDefaultVarExploder extends Object
Simple test to make sure that the properties of an object are correctly translated toMap
and that the annotations are properly controlling the label names or ensuring that the field is not included in the value list.- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Constructor Summary
Constructors Constructor Description TestDefaultVarExploder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBasic()
void
testWithEmptyMap()
Test case for https://github.com/damnhandy/Handy-URI-Templates/issues/49void
testWithSubclass()
-