|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.javalib.keyword.PreparableKeyword
org.robotframework.javalib.keyword.ArgumentCheckingKeyword
org.robotframework.javalib.keyword.ZeroArgumentKeyword
public abstract class ZeroArgumentKeyword
| Constructor Summary | |
|---|---|
ZeroArgumentKeyword()
|
|
| Method Summary | |
|---|---|
int |
getExpectedArgumentCount()
Returns the number of arguments the keyword expects to get from Robot. |
| Methods inherited from class org.robotframework.javalib.keyword.ArgumentCheckingKeyword |
|---|
prepare |
| Methods inherited from class org.robotframework.javalib.keyword.PreparableKeyword |
|---|
execute, finish, operate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZeroArgumentKeyword()
| Method Detail |
|---|
public int getExpectedArgumentCount()
ExpectedArgumentCountAware#operate, the return value of this
method is used to check whether we have the correct number of
arguments. All subclasses must implement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||