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(Source source,
TestCase testCase)
Executes single test.
|
addTestExecutorMonitor, cancel, execute, removeTestExecutorMonitorpublic StatusTestExecutor(QueryGenerationFactory queryGenerationFactory)
queryGenerationFactory - a QueryGenerationFactoryprotected Collection<TestCaseResult> executeSingleTest(Source source, TestCase testCase) throws TestCaseExecutionException
TestExecutorexecuteSingleTest in class TestExecutorsource - the sourcetestCase - the test caseTestCaseExecutionException - the test case execution exceptionCopyright © 2014. All rights reserved.