class KeywordMain extends Object
Constructor and description |
---|
KeywordMain
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected static StringBuilder |
buildReasonMessage(String message, String reason) |
|
static Object |
runKeyword(String platform, Closure closure, FailureHandling flowControl, String errorMessage) |
|
static Object |
runKeyword(Closure closure, FailureHandling flowControl, String errorMessage) |
|
static Object |
runKeyword(String platform, Closure closure, FailureHandling flowControl) |
|
static Object |
runKeyword(Closure closure, FailureHandling flowControl) |
|
static int |
runKeywordAndReturnInt(String platform, Closure closure, FailureHandling flowControl, String errorMessage) |
|
static int |
runKeywordAndReturnInt(Closure closure, FailureHandling flowControl, String errorMessage) |
|
static Object |
stepFailed(String message, FailureHandling flHandling) |
|
static Object |
stepFailed(String message, FailureHandling flHandling, Throwable t, Map<String, String> attributes) |