| Package | Description |
|---|---|
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.tests.executors | |
| org.aksw.rdfunit.tests.executors.monitors | |
| org.aksw.rdfunit.tests.results | |
| org.aksw.rdfunit.Utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ManualTestCase |
class |
PatternBasedTestCase |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
TestAutoGenerator.generate(Source source) |
Collection<TestCase> |
TestSuite.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
int |
TestCase.compareTo(TestCase o) |
com.hp.hpl.jena.query.Query |
QueryGenerationAskFactory.getSparqlQuery(TestCase testCase) |
com.hp.hpl.jena.query.Query |
QueryGenerationExtendedSelectFactory.getSparqlQuery(TestCase testCase) |
com.hp.hpl.jena.query.Query |
QueryGenerationFactory.getSparqlQuery(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as Jena Query
|
com.hp.hpl.jena.query.Query |
QueryGenerationCountFactory.getSparqlQuery(TestCase testCase) |
com.hp.hpl.jena.query.Query |
QueryGenerationSelectFactory.getSparqlQuery(TestCase testCase) |
String |
QueryGenerationAskFactory.getSparqlQueryAsString(TestCase testCase) |
String |
QueryGenerationExtendedSelectFactory.getSparqlQueryAsString(TestCase testCase) |
String |
QueryGenerationFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String |
QueryGenerationCountFactory.getSparqlQueryAsString(TestCase testCase) |
String |
QueryGenerationSelectFactory.getSparqlQueryAsString(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuite.setTestCases(Collection<TestCase> testCases) |
| Constructor and Description |
|---|
TestSuite(Collection<TestCase> testCases) |
| Modifier and Type | Method and Description |
|---|---|
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.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results) |
void |
TestExecutorMonitor.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
void |
SimpleTestExecutorMonitor.singleTestStarted(TestCase test) |
void |
TestExecutorMonitor.singleTestStarted(TestCase test)
Called when a single test starts
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCaseResult.getTestCase()
Gets the associated test case.
|
| Constructor and Description |
|---|
AggregatedTestCaseResult(TestCase testCase,
long errorCount,
long prevalenceCount)
Instantiates a new Aggregated test case result.
|
AggregatedTestCaseResult(TestCase testCase,
TestCaseResultStatus status,
long errorCount,
long prevalenceCount)
Instantiates a new Aggregated test case result.
|
ExtendedTestCaseResult(TestCase testCase,
RLOGTestCaseResult rlogResult)
Instantiates a new Extended test case result.
|
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.
|
StatusTestCaseResult(TestCase testCase,
TestCaseResultStatus status)
Instantiates a new Status test case result.
|
TestCaseResult(TestCase testCase)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TestCase> |
TestUtils.instantiateTestsFromAG(Collection<TestAutoGenerator> autoGenerators,
Source source) |
static Collection<TestCase> |
TestUtils.instantiateTestsFromModel(com.hp.hpl.jena.rdf.model.Model model) |
static Collection<TestCase> |
TestUtils.instantiateTestsFromModel(com.hp.hpl.jena.rdf.model.Model model,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestUtils.writeTestsToFile(Collection<TestCase> tests,
RDFWriter testCache) |
Copyright © 2014. All rights reserved.