| Modifier and Type | Method and Description |
|---|---|
TestSource |
RDFUnitConfiguration.getTestSource()
Getter for the field
testSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestSource
Description
|
class |
DatasetTestSource
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 |
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 a SPARQL Endpoint source
|
| Modifier and Type | Method and Description |
|---|---|
TestSource |
TestSourceBuilder.build()
build.
|
static TestSource |
TestSourceFactory.createDatasetTestSource(String prefix,
String uri,
RDFReader dumpReader,
Collection<SchemaSource> referenceSchemata)
createDatasetTestSource.
|
static TestSource |
TestSourceFactory.createDumpTestSource(String prefix,
String uri,
RDFReader dumpReader,
Collection<SchemaSource> referenceSchemata)
createDumpTestSource.
|
static TestSource |
TestSourceFactory.createTestSource(TestSource source,
Collection<SchemaSource> schemata)
createTestSource.
|
| Modifier and Type | Method and Description |
|---|---|
static TestSource |
TestSourceFactory.createTestSource(TestSource source,
Collection<SchemaSource> schemata)
createTestSource.
|
protected org.aksw.jena_sparql_api.core.QueryExecutionFactory |
AbstractTestSource.masqueradeQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory originalQEF,
TestSource testSource)
masqueradeQEF.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
TestSuite |
TestGeneratorExecutor.generateTestSuite(String testFolder,
TestSource dataset,
Collection<TestAutoGenerator> autoGenerators)
generateTestSuite.
|
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
RDFUnitStaticWrapper.validate(TestCaseExecutionType testCaseExecutionType,
TestSource testSource,
TestSuite testSuite)
Static method that validates a Source.
|
static com.hp.hpl.jena.rdf.model.Model |
RDFUnitStaticWrapper.validate(TestCaseExecutionType testCaseExecutionType,
TestSource testSource,
TestSuite testSuite,
DatasetOverviewResults overviewResults)
Static method that validates a Source.
|
static com.hp.hpl.jena.rdf.model.Model |
RDFUnitStaticWrapper.validate(TestCaseExecutionType testCaseExecutionType,
TestSource testSource,
TestSuite testSuite,
String agentID,
DatasetOverviewResults overviewResults)
Static method that validates a Source.
|
Copyright © 2015. All rights reserved.