| Package | Description |
|---|---|
| org.aksw.rdfunit.enums | |
| org.aksw.rdfunit.exceptions | |
| org.aksw.rdfunit.tests.executors.monitors | |
| org.aksw.rdfunit.tests.results |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseResultStatus |
TestCaseResultStatus.resolve(long value) |
static TestCaseResultStatus |
TestCaseResultStatus.resolve(String value)
Resolves a full URI/IRI to an enum
|
static TestCaseResultStatus |
TestCaseResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseResultStatus[] |
TestCaseResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseResultStatus |
TestCaseExecutionException.getStatus() |
| Constructor and Description |
|---|
TestCaseExecutionException(TestCaseResultStatus status,
String message) |
TestCaseExecutionException(TestCaseResultStatus status,
String message,
Throwable e) |
TestCaseExecutionException(TestCaseResultStatus status,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTestExecutorMonitor.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results) |
void |
TestExecutorMonitor.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseResultStatus |
StatusTestCaseResult.getStatus()
Gets the status.
|
| Constructor and Description |
|---|
AggregatedTestCaseResult(TestCase testCase,
TestCaseResultStatus status,
long errorCount,
long prevalenceCount)
Instantiates a new Aggregated test case result.
|
StatusTestCaseResult(TestCase testCase,
TestCaseResultStatus status)
Instantiates a new Status test case result.
|
Copyright © 2014. All rights reserved.