Package com.damnhandy.uri.template
Class TestNestedDataStructures
- java.lang.Object
-
- com.damnhandy.uri.template.TestNestedDataStructures
-
public class TestNestedDataStructures extends Object
Test case covering issue #27 https://github.com/damnhandy/Handy-URI-Templates/issues/27
-
-
Constructor Summary
Constructors Constructor Description TestNestedDataStructures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCompositeClass()voidtestNestedDataStructure()Nested arrays can be supported in composite objects since we can treat them like arrays invoidtestNestedDataStructureWithoutExplodeModifier()voidtestWithParamsWithMaps()N
-
-
-
Method Detail
-
testNestedDataStructure
public void testNestedDataStructure() throws ExceptionNested arrays can be supported in composite objects since we can treat them like arrays in- Throws:
Exception
-
testNestedDataStructureWithoutExplodeModifier
public void testNestedDataStructureWithoutExplodeModifier() throws Exception- Throws:
Exception
-
-