| Package | Description |
|---|---|
| org.aksw.rdfunit.enums | |
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.tests.generators.monitors |
| Modifier and Type | Method and Description |
|---|---|
static TestGenerationType |
TestGenerationType.resolve(String value)
Resolves a full URI/IRI to an enum
|
static TestGenerationType |
TestGenerationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGenerationType[] |
TestGenerationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestGenerationType |
TestCaseAnnotation.getGenerated()
Getter for the field
generated. |
| Constructor and Description |
|---|
TestCaseAnnotation(TestGenerationType generated,
String autoGeneratorURI,
TestAppliesTo appliesTo,
String sourceUri,
Collection<String> references,
String description,
RLOGLevel testCaseLogLevel,
Collection<ResultAnnotation> resultAnnotations)
Constructor for TestCaseAnnotation.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015. All rights reserved.