public class RunOnFailure extends RunOnFailureKeywordsAdapter
| Modifier and Type | Field and Description |
|---|---|
protected Logging |
logging
Instantiated Logging keyword bean
|
protected boolean |
runningOnFailureRoutine
Only run keyword on failure if true
|
protected String |
runOnFailureKeyword
The keyword to run an failure
|
protected static ThreadLocal<org.python.util.PythonInterpreter> |
runOnFailurePythonInterpreter |
| Constructor and Description |
|---|
RunOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
registerKeywordToRunOnFailure(String keyword) |
void |
runOnFailure() |
runOnFailureByAspectJprotected String runOnFailureKeyword
protected boolean runningOnFailureRoutine
protected Logging logging
protected static ThreadLocal<org.python.util.PythonInterpreter> runOnFailurePythonInterpreter
Copyright © 2019. All rights reserved.