| Package | Description |
|---|---|
| org.aksw.rdfunit.enums | |
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.tests.results |
| Modifier and Type | Method and Description |
|---|---|
static RLOGLevel |
RLOGLevel.resolve(String value)
Resolves a full URI/IRI to an enum
|
static RLOGLevel |
RLOGLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RLOGLevel[] |
RLOGLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RLOGLevel |
TestCase.getLogLevel()
getLogLevel.
|
RLOGLevel |
TestCaseAnnotation.getTestCaseLogLevel()
Getter for the field
testCaseLogLevel. |
| 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 |
|---|---|
RLOGLevel |
RLOGTestCaseResult.getLogLevel()
Gets the log level.
|
| Constructor and Description |
|---|
ExtendedTestCaseResult(TestCase testCase,
String resource,
String message,
RLOGLevel logLevel)
Instantiates a new Extended test case result.
|
RLOGTestCaseResult(TestCase testCase,
String resource,
String message,
RLOGLevel logLevel)
Instantiates a new RLOG test case result.
|
Copyright © 2015. All rights reserved.