public class StatusTestExecutor extends TestExecutor
queryGenerationFactory| Constructor and Description |
|---|
StatusTestExecutor(QueryGenerationFactory queryGenerationFactory)
Instantiates a new StatusTestExecutor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TestCaseResult> |
executeSingleTest(TestSource testSource,
TestCase testCase)
Executes single test.
|
addTestExecutorMonitor, cancel, clearTestExecutorMonitor, execute, removeTestExecutorMonitorpublic StatusTestExecutor(QueryGenerationFactory queryGenerationFactory)
queryGenerationFactory - a QueryGenerationFactoryprotected Collection<TestCaseResult> executeSingleTest(TestSource testSource, TestCase testCase) throws TestCaseExecutionException
executeSingleTest in class TestExecutortestSource - the sourcetestCase - the test caseTestCaseExecutionException - the test case execution exceptionCopyright © 2015. All rights reserved.