org.drools.guvnor.client.rpc
Interface TestScenarioService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- TestScenarioServiceImplementation, TestScenarioServiceServlet
@RemoteServiceRelativePath(value="testScenarioService")
public interface TestScenarioService
- extends com.google.gwt.user.client.rpc.RemoteService
runScenario
SingleScenarioResult runScenario(String packageName,
Scenario scenario)
throws com.google.gwt.user.client.rpc.SerializationException
- Parameters:
packageName
- The package name the scenario is to be run in.scenario
- The scenario to run.
- Returns:
- The scenario, with the results fields populated.
- Throws:
com.google.gwt.user.client.rpc.SerializationException
runScenariosInPackage
BulkTestRunResult runScenariosInPackage(String packageUUID)
throws com.google.gwt.user.client.rpc.SerializationException
- This should be pretty obvious what it does !
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.