| Modifier and Type | Class and Description |
|---|---|
class |
ManualTestCase
ManualTestCase class.
|
class |
PatternBasedTestCase
PatternBasedTestCase class.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
TestAutoGenerator.generate(SchemaSource source)
generate.
|
Collection<TestCase> |
TestSuite.getTestCases()
Getter for the field
testCases. |
| Modifier and Type | Method and Description |
|---|---|
int |
TestCase.compareTo(TestCase o) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuite.setTestCases(Collection<TestCase> testCases)
Setter for the field
testCases. |
| Constructor and Description |
|---|
TestCaseValidator(TestCase testCase)
Constructor for TestCaseValidator.
|
| Constructor and Description |
|---|
TestSuite(Collection<TestCase> testCases)
Constructor for TestSuite.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TestCaseResult> |
RLOGTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
StatusTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
AggregatedTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected abstract Collection<TestCaseResult> |
TestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
protected Collection<TestCaseResult> |
ExtendedTestExecutor.executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutorMonitor.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
void |
SimpleTestExecutorMonitor.singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
void |
TestExecutorMonitor.singleTestStarted(TestCase test)
Called when a single test starts
|
void |
SimpleTestExecutorMonitor.singleTestStarted(TestCase test)
Called when a single test starts
|
| Modifier and Type | Method and Description |
|---|---|
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 |
QueryGenerationAskFactory.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)
Gets a TestCase and returns an appropriate sparql query as Jena Query
|
com.hp.hpl.jena.query.Query |
QueryGenerationExtendedSelectFactory.getSparqlQuery(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as Jena Query
|
com.hp.hpl.jena.query.Query |
QueryGenerationSelectFactory.getSparqlQuery(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as Jena Query
|
String |
QueryGenerationFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String |
QueryGenerationAskFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String |
QueryGenerationCountFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String |
QueryGenerationExtendedSelectFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String |
QueryGenerationSelectFactory.getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
| 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> |
TestGeneratorUtils.instantiateTestsFromAG(Collection<TestAutoGenerator> autoGenerators,
SchemaSource source)
instantiateTestsFromAG.
|
static Collection<TestCase> |
TestUtils.instantiateTestsFromModel(com.hp.hpl.jena.rdf.model.Model model)
instantiateTestsFromModel.
|
static Collection<TestCase> |
TestUtils.instantiateTestsFromModel(com.hp.hpl.jena.rdf.model.Model model,
boolean strict)
instantiateTestsFromModel.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestUtils.writeTestsToFile(Collection<TestCase> tests,
RDFWriter testCache)
writeTestsToFile.
|
Copyright © 2015. All rights reserved.