| Package | Description |
|---|---|
| org.aksw.rdfunit | |
| org.aksw.rdfunit.enums | |
| org.aksw.rdfunit.tests.executors | |
| org.aksw.rdfunit.tests.executors.monitors | |
| org.aksw.rdfunit.Utils |
| Modifier and Type | Method and Description |
|---|---|
TestCaseExecutionType |
RDFUnitConfiguration.getTestCaseExecutionType()
Getter for the field
testCaseExecutionType. |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFUnitConfiguration.setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
Setter for the field
testCaseExecutionType. |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseExecutionType |
TestCaseExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseExecutionType[] |
TestCaseExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TestExecutor |
TestExecutorFactory.createTestExecutor(TestCaseExecutionType executionType)
Creates a test executor based on a TestCaseExecutionType
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTestExecutorMonitor.setExecutionType(TestCaseExecutionType executionType)
Setter for the field
executionType. |
| Modifier and Type | Method and Description |
|---|---|
static RDFHTMLResultsWriter |
RDFWriterFactory.createHTMLWriter(TestCaseExecutionType type,
OutputStream outputStream)
createHTMLWriter.
|
static RDFHTMLResultsWriter |
RDFWriterFactory.createHTMLWriter(TestCaseExecutionType type,
String filename)
createHTMLWriter.
|
static RDFWriter |
RDFWriterFactory.createWriterFromFormat(OutputStream outputStream,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType)
createWriterFromFormat.
|
static RDFWriter |
RDFWriterFactory.createWriterFromFormat(String filenameWithoutExtension,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType)
createWriterFromFormat.
|
Copyright © 2015. All rights reserved.