ca.intelliware.amakihi.actor
Class Script.Action
java.lang.Object
|
+--ca.intelliware.amakihi.actor.Script.Action
- Enclosing class:
- Script
- public class Script.Action
- extends java.lang.Object
An action within a script. An action corresponds
with a single method call on a service facade. When testing
web sites, valid action methodNames are:
- GET
- followLink
- submitForm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Script.Action
public Script.Action(org.w3c.dom.Element action)
getDescription
public java.lang.String getDescription()
getMethodName
public java.lang.String getMethodName()
getActorName
public java.lang.String getActorName()
getParentScript
public Script getParentScript()
getOutputFormat
public java.lang.String getOutputFormat()
getOutputRules
public java.lang.String getOutputRules()
getInput
public org.w3c.dom.Element getInput()
getOutput
public org.w3c.dom.Element getOutput()
getException
public org.w3c.dom.Element getException()
getReturnValue
public org.w3c.dom.Element getReturnValue()
getOutputContent
public org.w3c.dom.Element getOutputContent()
isExpectedToFail
public boolean isExpectedToFail()
Copyright 2002 Intelliware Development. All Rights Reserved.