@ApplicationScoped public class ScenarioRunnerServiceImpl extends AbstractKieContainerService implements ScenarioRunnerService
| Constructor and Description |
|---|
ScenarioRunnerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ScenarioRunnerProvider |
getOrCreateRunnerSupplier(SimulationDescriptor simulationDescriptor) |
void |
runAllTests(String identifier,
org.uberfire.backend.vfs.Path path) |
void |
runAllTests(String identifier,
org.uberfire.backend.vfs.Path path,
javax.enterprise.event.Event<org.guvnor.common.services.shared.test.TestResultMessage> customTestResultEvent) |
Map<Integer,Scenario> |
runTest(String identifier,
org.uberfire.backend.vfs.Path path,
SimulationDescriptor simulationDescriptor,
Map<Integer,Scenario> scenarioMap) |
void |
setRunnerSupplier(ScenarioRunnerProvider runnerSupplier) |
getKieContainerpublic void runAllTests(String identifier, org.uberfire.backend.vfs.Path path)
runAllTests in interface org.guvnor.common.services.shared.test.TestServicepublic void runAllTests(String identifier, org.uberfire.backend.vfs.Path path, javax.enterprise.event.Event<org.guvnor.common.services.shared.test.TestResultMessage> customTestResultEvent)
runAllTests in interface org.guvnor.common.services.shared.test.TestServicepublic Map<Integer,Scenario> runTest(String identifier, org.uberfire.backend.vfs.Path path, SimulationDescriptor simulationDescriptor, Map<Integer,Scenario> scenarioMap)
runTest in interface ScenarioRunnerServicepublic ScenarioRunnerProvider getOrCreateRunnerSupplier(SimulationDescriptor simulationDescriptor)
public void setRunnerSupplier(ScenarioRunnerProvider runnerSupplier)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.