public enum FailureHandling extends Enum
Enum for flow control for test execution
- STOP_ON_FAILURE: stop execution when errors or fail cases happened
- CONTINUE_ON_FAILURE: continue execution when errors or fail cases happened
- OPTIONAL: continue execution when errors or fail cases happened and not marking tests as failed
| Enum constant | Description |
|---|---|
CONTINUE_ON_FAILURE |
|
OPTIONAL |
|
STOP_ON_FAILURE |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static String[] |
valueStrings() |
Groovy Documentation