@ApplicationScoped public class ScenarioRunnerServiceImpl extends Object implements ScenarioRunnerService
| Constructor and Description |
|---|
ScenarioRunnerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
runTest(String identifier,
org.uberfire.backend.vfs.Path path,
ScenarioSimulationModel model) |
public 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 void runTest(String identifier, org.uberfire.backend.vfs.Path path, ScenarioSimulationModel model)
runTest in interface ScenarioRunnerServiceCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.