org.drools.guvnor.server
Class TestScenarioServiceImplementation
java.lang.Object
org.drools.guvnor.server.TestScenarioServiceImplementation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, TestScenarioService
public class TestScenarioServiceImplementation
- extends Object
- implements TestScenarioService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestScenarioServiceImplementation
public TestScenarioServiceImplementation()
runScenario
@WebRemote
@LoggedIn
public SingleScenarioResult runScenario(String packageName,
Scenario scenario)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
runScenario
in interface TestScenarioService
- 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
public BulkTestRunResult runScenariosInPackage(ModuleItem packageItem)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
runScenariosInPackage
@WebRemote
@LoggedIn
public BulkTestRunResult runScenariosInPackage(String packageUUID)
throws com.google.gwt.user.client.rpc.SerializationException
- Description copied from interface:
TestScenarioService
- This should be pretty obvious what it does !
- Specified by:
runScenariosInPackage
in interface TestScenarioService
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.