ca.intelliware.amakihi.fixture
Class Script.Action

java.lang.Object
  |
  +--ca.intelliware.amakihi.fixture.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:

  1. GET
  2. followLink
  3. submitForm


Constructor Summary
Script.Action(org.w3c.dom.Element action)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.w3c.dom.Element getException()
           
 org.w3c.dom.Element getInput()
           
 java.lang.String getMethodName()
           
 org.w3c.dom.Element getOutput()
           
 org.w3c.dom.Element getOutputContent()
           
 int getOutputType()
           
 Script getParentScript()
           
 java.lang.String getResourceName()
           
 org.w3c.dom.Element getReturnValue()
           
 java.lang.String getServiceName()
          deprecated
 boolean isExpectedToFail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Script.Action

public Script.Action(org.w3c.dom.Element action)
Method Detail

getDescription

public java.lang.String getDescription()

getMethodName

public java.lang.String getMethodName()

getServiceName

public java.lang.String getServiceName()
deprecated

getResourceName

public java.lang.String getResourceName()

getParentScript

public Script getParentScript()

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()

getOutputType

public int getOutputType()

isExpectedToFail

public boolean isExpectedToFail()


Copyright 2002 Intelliware Development. All Rights Reserved.