org.jboss.portal.test.framework.driver
Class DriverCommand

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.DriverCommand
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HTTPDriverCommand, PerformClickCommand, StartTestCommand, WebDriverCommand

public class DriverCommand
extends java.lang.Object
implements java.io.Serializable

The command in the test protocol.

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

Constructor Summary
DriverCommand()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverCommand

public DriverCommand()