All Classes
-
All Classes Class Summary Enum Summary Class Description AbstractExampleTest AbstractUriTemplateBuilderTests AbstractUriTemplateConformanceTest Address A Address POJO.ExtendedAddress A subclass ofAddress
to verify that field-level annotation are still being picked up by theDefaultVarExploder
.ExtendedAddressWithNestedLists Created by ryan on 4/18/16.JsonVarExploder An example exploder that reads JSON data and explodes into a URI expression.TestAdditionalJavaTypes Created by ryan on 11/6/15.TestAdditionalJavaTypes.Things TestBasicUsage Simple tests to validate the UriTemplate API.TestCustomVarExploder Tests a customVarExploder
that is used to expand a JSON object into a template variable.TestDefaultVarExploder 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.TestDifferentDataTypes TestExpandPartial TestExplodeWithNonStringValues A TestExplodeWithNonStringValues.TestExplodeWithPOJO TestExpressionBuilder A TestExpressionBuilder.TestExtendedSpecTests TestFacebookGraphApi A collection of tests that demonstrate how URI Templates can be used to interact with the Facebook Graph API.TestGitHubApis Some simple tests to formatUriTemplate
for the various GitHub APIs.TestMultipleOperators A TestMultipleOperators.TestNegativeTests TestNestedDataStructures Test case covering issue #27 https://github.com/damnhandy/Handy-URI-Templates/issues/27TestSingleExpression TestSpecExamples TestSpecExamplesBySection TestTwitterSearchApi TestUriTemplateBuilder A TestUriTemplateBuilder.TestUriTemplateBuilderWithConformanceTests TestUriTemplateBuilderWithExtendedTests TestUriTemplateModule A TestUriTemplateModule.TestUriTemplateModule.Dummy TestUriTemplateParser A TestCharacterScanner.TestUriTemplateWithAnnotations A TestUriTemplateWithAnnotations.TestUriTemplateWithAnnotations.Dummy TestVarSpec Created by ryan on 11/8/15.TestWithDateFormats Testing some use cases with different date formats;UriUtilTest