public class FunctionTestCaseType extends Object implements TestCaseType
| Constructor and Description |
|---|
FunctionTestCaseType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
getTestCases(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Resource graph)
Gets all test case resources from a given Model that this type can handle.
|
static void |
registerContextFactory(TestCaseContextFactory factory) |
public static void registerContextFactory(TestCaseContextFactory factory)
public Collection<TestCase> getTestCases(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource graph)
TestCaseTypegetTestCases in interface TestCaseTypemodel - the Model containing the test casegraph - the URI resource of modelCopyright © 2017 TopQuadrant, Inc.. All rights reserved.