public class SimpleTestExecutorMonitor extends Object implements TestExecutorMonitor
| Constructor and Description |
|---|
SimpleTestExecutorMonitor()
Instantiates a new Simple test executor monitor.
|
SimpleTestExecutorMonitor(boolean loggingEnabled)
Instantiates a new Simple test executor monitor.
|
SimpleTestExecutorMonitor(com.hp.hpl.jena.rdf.model.Model model)
Instantiates a new Simple test executor monitor using an external Model.
|
SimpleTestExecutorMonitor(com.hp.hpl.jena.rdf.model.Model model,
boolean loggingEnabled)
Instantiates a new Simple test executor monitor.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getModel()
Gets model that contains the results
|
DatasetOverviewResults |
getOverviewResults()
Gets overview results.
|
void |
singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
void |
singleTestStarted(TestCase test)
Called when a single test starts
|
void |
testingFinished()
Called when testing ends
|
void |
testingStarted(Source dataset,
TestSuite testSuite)
Called when testing starts
|
public SimpleTestExecutorMonitor()
public SimpleTestExecutorMonitor(boolean loggingEnabled)
loggingEnabled - have logging enabled / disabledpublic SimpleTestExecutorMonitor(com.hp.hpl.jena.rdf.model.Model model)
model - the external modelpublic SimpleTestExecutorMonitor(com.hp.hpl.jena.rdf.model.Model model,
boolean loggingEnabled)
model - the modelloggingEnabled - the logging enabledpublic void testingStarted(Source dataset, TestSuite testSuite)
TestExecutorMonitortestingStarted in interface TestExecutorMonitordataset - the datasettestSuite - the test suitepublic void singleTestStarted(TestCase test)
TestExecutorMonitorsingleTestStarted in interface TestExecutorMonitortest - the testpublic void singleTestExecuted(TestCase test, TestCaseResultStatus status, Collection<TestCaseResult> results)
TestExecutorMonitorsingleTestExecuted in interface TestExecutorMonitortest - the teststatus - the statusresults - the resultspublic void testingFinished()
TestExecutorMonitortestingFinished in interface TestExecutorMonitorpublic com.hp.hpl.jena.rdf.model.Model getModel()
public DatasetOverviewResults getOverviewResults()
Copyright © 2014. All rights reserved.