| Package | Description |
|---|---|
| org.aksw.rdfunit | |
| org.aksw.rdfunit.enums | |
| org.aksw.rdfunit.io.writer | |
| org.aksw.rdfunit.tests.executors |
| Modifier and Type | Method and Description |
|---|---|
TestCaseExecutionType |
RDFUnitConfiguration.getTestCaseExecutionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFUnitConfiguration.setTestCaseExecutionType(TestCaseExecutionType 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 RDFHTMLResultsWriter |
RDFWriterFactory.createHTMLWriter(TestCaseExecutionType type,
OutputStream outputStream) |
static RDFHTMLResultsWriter |
RDFWriterFactory.createHTMLWriter(TestCaseExecutionType type,
String filename) |
static RDFWriter |
RDFWriterFactory.createWriterFromFormat(OutputStream outputStream,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType) |
static RDFWriter |
RDFWriterFactory.createWriterFromFormat(String filenameWithoutExtension,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType) |
| Modifier and Type | Method and Description |
|---|---|
static TestExecutor |
TestExecutorFactory.createTestExecutor(TestCaseExecutionType executionType)
Creates a test executor based on a TestCaseExecutionType
|
Copyright © 2014. All rights reserved.