Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.server
Class TestScenarioServiceImplementation

java.lang.Object
  extended by org.drools.guvnor.server.TestScenarioServiceImplementation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, TestScenarioService

public class TestScenarioServiceImplementation
extends Object
implements TestScenarioService


Constructor Summary
TestScenarioServiceImplementation()
           
 
Method Summary
 SingleScenarioResult runScenario(String packageName, Scenario scenario)
           
 BulkTestRunResult runScenariosInPackage(ModuleItem packageItem)
           
 BulkTestRunResult runScenariosInPackage(String packageUUID)
          This should be pretty obvious what it does !
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScenarioServiceImplementation

public TestScenarioServiceImplementation()
Method Detail

runScenario

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

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

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.