| Modifier and Type | Method and Description |
|---|---|
Source |
RDFUnitConfiguration.getTestSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationSource |
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
|
class |
EnrichedSchemaSource |
class |
SchemaSource |
| Modifier and Type | Method and Description |
|---|---|
int |
Source.compareTo(Source o) |
| Constructor and Description |
|---|
Source(Source source) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
TestAutoGenerator.generate(Source source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestExecutor.execute(Source source,
TestSuite testSuite,
int delay)
Test execution for a Source against a TestSuite
|
protected Collection<TestCaseResult> |
RLOGTestExecutor.executeSingleTest(Source source,
TestCase testCase) |
protected abstract Collection<TestCaseResult> |
TestExecutor.executeSingleTest(Source source,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
ExtendedTestExecutor.executeSingleTest(Source source,
TestCase testCase) |
protected Collection<TestCaseResult> |
AggregatedTestExecutor.executeSingleTest(Source source,
TestCase testCase) |
protected Collection<TestCaseResult> |
StatusTestExecutor.executeSingleTest(Source source,
TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTestExecutorMonitor.testingStarted(Source dataset,
TestSuite testSuite) |
void |
TestExecutorMonitor.testingStarted(Source dataset,
TestSuite testSuite)
Called when testing starts
|
| Modifier and Type | Method and Description |
|---|---|
TestSuite |
TestGeneratorExecutor.generateTestSuite(String testFolder,
Source dataset,
Collection<TestAutoGenerator> autoGenerators) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestGeneratorExecutorMonitor.generationStarted(Source source,
long numberOfSources)
Called when testing starts
|
void |
TestGeneratorExecutorMonitor.sourceGenerationExecuted(Source source,
TestGenerationType generationType,
long testsCreated)
Called when a test generation starts
|
void |
TestGeneratorExecutorMonitor.sourceGenerationStarted(Source source,
TestGenerationType generationType)
Called when a test generation starts
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CacheUtils.getCacheFile(String testFolder,
Source source) |
static String |
CacheUtils.getSourceAutoTestFile(String testFolder,
Source source) |
static String |
CacheUtils.getSourceManualTestFile(String testFolder,
Source source) |
static Collection<TestCase> |
TestUtils.instantiateTestsFromAG(Collection<TestAutoGenerator> autoGenerators,
Source source) |
Copyright © 2014. All rights reserved.