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 void
testCompositeClass()
void
testNestedDataStructure()
Nested arrays can be supported in composite objects since we can treat them like arrays invoid
testNestedDataStructureWithoutExplodeModifier()
void
testWithParamsWithMaps()
N
-
-
-
Method Detail
-
testNestedDataStructure
public void testNestedDataStructure() throws Exception
Nested 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
-
-