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 Object
expected
The expected resultprotected String
template
The expression patter stringprotected String
testsuite
The name of the testsuiteprotected Map<String,Object>
variables
The 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.void
test()
-