public class AggregatedTestExecutor extends TestExecutor
queryGenerationFactory| Constructor and Description |
|---|
AggregatedTestExecutor(QueryGenerationFactory queryGenerationFactory)
Instantiates a new AggregatedTestExecutor
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TestCaseResult> |
executeSingleTest(Source source,
TestCase testCase)
Executes single test.
|
addTestExecutorMonitor, cancel, clearTestExecutorMonitor, execute, removeTestExecutorMonitorpublic AggregatedTestExecutor(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.