public enum FailureHandling
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 |