Uses of Class
org.topbraid.shacl.testcases.TestCase
Packages that use TestCase
-
Uses of TestCase in org.topbraid.shacl.testcases
Methods in org.topbraid.shacl.testcases that return TestCaseModifier and TypeMethodDescriptionprotected TestCaseFunctionTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph, org.apache.jena.rdf.model.Resource resource) protected TestCaseGraphValidationTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph, org.apache.jena.rdf.model.Resource resource) protected TestCaseJSTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph, org.apache.jena.rdf.model.Resource resource) protected TestCaseQueryTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph, org.apache.jena.rdf.model.Resource resource) protected abstract TestCaseTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph, org.apache.jena.rdf.model.Resource resource) Methods in org.topbraid.shacl.testcases that return types with arguments of type TestCaseModifier and TypeMethodDescriptionTestCaseType.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.Methods in org.topbraid.shacl.testcases with parameters of type TestCase