|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.javalib.keyword.PreparableKeyword
public abstract class PreparableKeyword
| 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 |
|---|
public PreparableKeyword()
| Method Detail |
|---|
public java.lang.Object execute(java.lang.Object[] arguments)
Keyword
execute in interface Keywordarguments - arguments from Robot
protected void prepare(java.lang.Object[] arguments)
protected void finish(java.lang.Object[] arguments)
protected abstract java.lang.Object operate(java.lang.Object[] arguments)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||