org.jboss.portal.common.test.driver.command
Class StartTestCommand

java.lang.Object
  extended by org.jboss.portal.common.test.driver.DriverCommand
      extended by org.jboss.portal.common.test.driver.command.StartTestCommand
All Implemented Interfaces:
java.io.Serializable

public class StartTestCommand
extends DriverCommand

Start the test.

Version:
$Revision: 7373 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
StartTestCommand()
           
StartTestCommand(TestParametrization parametrization)
           
 
Method Summary
 TestParametrization getParametrization()
          Return the test parametrization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartTestCommand

public StartTestCommand(TestParametrization parametrization)
                 throws java.lang.IllegalArgumentException
Parameters:
parametrization - the test parametrization
Throws:
java.lang.IllegalArgumentException - if the test name or the parametrization is null

StartTestCommand

public StartTestCommand()
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

getParametrization

public TestParametrization getParametrization()
Return the test parametrization.

Returns:
the test parametrization