Package com.damnhandy.uri.template
Class TestDifferentDataTypes
- java.lang.Object
-
- com.damnhandy.uri.template.TestDifferentDataTypes
-
public class TestDifferentDataTypes extends Object
- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Constructor Summary
Constructors Constructor Description TestDifferentDataTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testBooleanObject()
void
testBooleanPrimitive()
void
testCharArray()
void
testDoubles()
void
testExplodeDoubles()
void
testFloats()
void
testIntegers()
void
testInts()
void
testLongs()
void
testMapWithNestedCollections()
void
testMultiCharArray()
void
testMultiDimensionalArray()
void
testNestedCollections()
void
testTypes()
-