Modifiers | Name | Description |
---|---|---|
protected KeywordLogger |
logger |
Constructor and description |
---|
AbstractKeyword
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected boolean |
getBooleanValue(Object[] params, int index) |
|
protected FailureHandling |
getFailureHandling(Object[] params, int index) |
|
protected FailureHandling |
getFailureHandling(Object[] params) |
<Type> |
protected Type |
getOptionalParam(Object[] params, int index) |
<Type> |
protected Type |
getOptionalParam(Object[] params, int index, Type defaultValue) |
<Type> |
protected Type |
getOptionalParam(Object[] params, int index, Type defaultValue, Class<Type> clazz) |
|
protected Object |
getParam(Object[] params, int index) |
|
protected TestObject |
getTestObject(Object param) |