Class AbstractUriTemplateConformanceTest
- java.lang.Object
-
- com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
- Direct Known Subclasses:
AbstractUriTemplateBuilderTests,TestExtendedSpecTests,TestNegativeTests,TestSpecExamples,TestSpecExamplesBySection
public abstract class AbstractUriTemplateConformanceTest extends Object
- Author:
- Ryan J. McDonough
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectexpectedThe expected resultprotected StringtemplateThe expression patter stringprotected StringtestsuiteThe name of the testsuiteprotected Map<String,Object>variablesThe collection of variables to be used on each test
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Collection<Object[]>loadTestData(File file)Loads the test data from the JSON file and generated the parameter list.voidtest()
-