| Package | Description |
|---|---|
| org.topbraid.shacl.testcases |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TestCase |
TestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph,
org.apache.jena.rdf.model.Resource resource) |
protected TestCase |
QueryTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph,
org.apache.jena.rdf.model.Resource resource) |
protected TestCase |
JSTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph,
org.apache.jena.rdf.model.Resource resource) |
protected TestCase |
GraphValidationTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph,
org.apache.jena.rdf.model.Resource resource) |
protected TestCase |
FunctionTestCaseType.createTestCase(org.apache.jena.rdf.model.Resource graph,
org.apache.jena.rdf.model.Resource resource) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TestCase.compareTo(TestCase other) |
static void |
TestEnvironmentInitializers.initTestEnvironment(TestCase testCase)
Calls all initializers for the given TestCase before the test has been run.
|
void |
TestEnvironmentInitializer.prepareTestEnvironment(TestCase testCase)
If this initializer feels responsible for the provided dash:TestEnvironment resource,
it should make the necessary adjustments to the current working environment.
|
static void |
TestEnvironmentInitializers.restoreOriginalEnvironment(TestCase testCase)
Calls all initializers for the given TestCase after the test has been run.
|
void |
TestEnvironmentInitializer.restoreOriginalEnvironment(TestCase testCase)
If this initializer has made changes to the environment that should be undone,
this method should restore the previous state.
|
boolean |
TestCase.usesDifferentEnvironmentFrom(TestCase other) |
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.