| Package | Description |
|---|---|
| org.aksw.rdfunit.sources | |
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.tests.generators | |
| org.aksw.rdfunit.tests.generators.monitors | |
| org.aksw.rdfunit.Utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationSource
ApplicationSource class.
|
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
EnrichedSchemaSource class.
|
class |
SchemaSource
SchemaSource class.
|
class |
TestSource
Description
|
| Modifier and Type | Method and Description |
|---|---|
int |
Source.compareTo(Source o) |
| Constructor and Description |
|---|
Source(Source source)
Constructor for Source.
|
TestSource(Source source)
Instantiates a new Test source.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
TestAutoGenerator.generate(Source source)
generate.
|
| Modifier and Type | Method and Description |
|---|---|
TestSuite |
TestGeneratorExecutor.generateTestSuite(String testFolder,
Source dataset,
Collection<TestAutoGenerator> autoGenerators)
generateTestSuite.
|
| 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)
getCacheFile.
|
static String |
CacheUtils.getSourceAutoTestFile(String testFolder,
Source source)
getSourceAutoTestFile.
|
static String |
CacheUtils.getSourceManualTestFile(String testFolder,
Source source)
getSourceManualTestFile.
|
static Collection<TestCase> |
TestGeneratorUtils.instantiateTestsFromAG(Collection<TestAutoGenerator> autoGenerators,
Source source)
instantiateTestsFromAG.
|
Copyright © 2015. All rights reserved.