Class TestNegativeTests
- java.lang.Object
-
- com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
- com.damnhandy.uri.template.conformance.TestNegativeTests
-
public class TestNegativeTests extends AbstractUriTemplateConformanceTest
- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Field Summary
-
Fields inherited from class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
expected, template, testsuite, variables
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
static Collection<Object[]>
testData()
-
Methods inherited from class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
loadTestData
-
-
-
-
Method Detail
-
testData
public static Collection<Object[]> testData() throws Exception
- Throws:
Exception
-
test
public void test() throws Exception
- Overrides:
test
in classAbstractUriTemplateConformanceTest
- Throws:
Exception
-
-