Uses of Class
org.topbraid.shacl.testcases.TestCase
-
Packages that use TestCase Package Description org.topbraid.shacl.testcases -
-
Uses of TestCase in org.topbraid.shacl.testcases
Methods in org.topbraid.shacl.testcases that return TestCase Modifier and Type Method Description protected 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 TestCase Modifier and Type Method Description Collection<TestCase>TestCaseType. 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 Modifier and Type Method Description intTestCase. compareTo(TestCase other)
-