org.robotframework.javalib.keyword
Class PreparableKeyword

java.lang.Object
  extended by org.robotframework.javalib.keyword.PreparableKeyword
All Implemented Interfaces:
Keyword
Direct Known Subclasses:
ArgumentCheckingKeyword

public abstract class PreparableKeyword
extends java.lang.Object
implements Keyword


Constructor Summary
PreparableKeyword()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object[] arguments)
          Execute method is called when the keyword is executed in a Robot test case.
protected  void finish(java.lang.Object[] arguments)
           
protected abstract  java.lang.Object operate(java.lang.Object[] arguments)
           
protected  void prepare(java.lang.Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreparableKeyword

public PreparableKeyword()
Method Detail

execute

public java.lang.Object execute(java.lang.Object[] arguments)
Description copied from interface: Keyword
Execute method is called when the keyword is executed in a Robot test case.

Specified by:
execute in interface Keyword
Parameters:
arguments - arguments from Robot
Returns:
keyword return value. If the keyword isn't suppose to return anything useful, use Boolean.TRUE.

prepare

protected void prepare(java.lang.Object[] arguments)

finish

protected void finish(java.lang.Object[] arguments)

operate

protected abstract java.lang.Object operate(java.lang.Object[] arguments)


Copyright © 2009. All Rights Reserved.