| Package | Description |
|---|---|
| org.aksw.rdfunit | |
| org.aksw.rdfunit.sources | |
| org.aksw.rdfunit.tests.executors | |
| org.aksw.rdfunit.tests.executors.monitors |
| Modifier and Type | Method and Description |
|---|---|
TestSource |
RDFUnitConfiguration.getTestSource()
Getter for the field
testSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
DumpTestSource
Defines a source based on an RDF Dump
This can be any type of dump (ttl, nt, rdfa, rdf, etc)
This has to be more sophisticated in the end (e.g.
|
class |
EndpointTestSource
Describes an arbitary datatest source
TODO make this abstract and create an EndpointSource and a DumpSource
|
| Modifier and Type | Method and Description |
|---|---|
static TestSource |
TestSourceFactory.createTestSource(TestSource source,
Collection<SchemaSource> schemata) |
| Modifier and Type | Method and Description |
|---|---|
static TestSource |
TestSourceFactory.createTestSource(TestSource source,
Collection<SchemaSource> schemata) |
| Constructor and Description |
|---|
TestSource(TestSource source,
Collection<SchemaSource> referencesSchemata)
Instantiates a new Test source along with a collection os schemata.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestExecutor.execute(TestSource testSource,
TestSuite testSuite)
Test execution for a Source against a TestSuite
|
protected Collection<TestCaseResult> |
RLOGTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
StatusTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
AggregatedTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected abstract Collection<TestCaseResult> |
TestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
ExtendedTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutorMonitor.testingStarted(TestSource testSource,
TestSuite testSuite)
Called when testing starts
|
void |
SimpleTestExecutorMonitor.testingStarted(TestSource testSource,
TestSuite testSuite)
Called when testing starts
|
Copyright © 2015. All rights reserved.