org.drools.workbench.screens.testscenario.service
Interface ScenarioTestEditorService
- All Superinterfaces:
- org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsCreate<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRead<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<org.drools.workbench.models.testscenarios.shared.Scenario,org.guvnor.common.services.shared.metadata.model.Metadata>, org.guvnor.common.services.shared.test.TestService
public interface ScenarioTestEditorService
- extends org.uberfire.ext.editor.commons.service.support.SupportsCreate<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsRead<org.drools.workbench.models.testscenarios.shared.Scenario>, org.guvnor.common.services.shared.file.SupportsUpdate<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.guvnor.common.services.shared.test.TestService
Service definition for Globals editor
|
Method Summary |
TestScenarioModelContent |
loadContent(org.uberfire.backend.vfs.Path path)
|
void |
runAllTests(org.uberfire.backend.vfs.Path path)
|
void |
runAllTests(org.uberfire.backend.vfs.Path path,
javax.enterprise.event.Event<org.guvnor.common.services.shared.test.TestResultMessage> customTestResultEvent)
|
TestScenarioResult |
runScenario(org.uberfire.backend.vfs.Path path,
org.drools.workbench.models.testscenarios.shared.Scenario scenario)
|
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCreate |
create |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRead |
load |
| Methods inherited from interface org.guvnor.common.services.shared.file.SupportsUpdate |
save |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete |
delete |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy |
copy |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename |
rename |
TEST_SCENARIO_EDITOR_SETTINGS
static final String TEST_SCENARIO_EDITOR_SETTINGS
- See Also:
- Constant Field Values
TEST_SCENARIO_EDITOR_MAX_RULE_FIRINGS
static final String TEST_SCENARIO_EDITOR_MAX_RULE_FIRINGS
- See Also:
- Constant Field Values
loadContent
TestScenarioModelContent loadContent(org.uberfire.backend.vfs.Path path)
runScenario
TestScenarioResult runScenario(org.uberfire.backend.vfs.Path path,
org.drools.workbench.models.testscenarios.shared.Scenario scenario)
runAllTests
void runAllTests(org.uberfire.backend.vfs.Path path)
- Specified by:
runAllTests in interface org.guvnor.common.services.shared.test.TestService
runAllTests
void runAllTests(org.uberfire.backend.vfs.Path path,
javax.enterprise.event.Event<org.guvnor.common.services.shared.test.TestResultMessage> customTestResultEvent)
- Specified by:
runAllTests in interface org.guvnor.common.services.shared.test.TestService
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.