public abstract class BaseAction extends BaseGroupClass implements SkippableAction
| Modifier and Type | Field and Description |
|---|---|
private boolean |
skipInPredicates |
name| Modifier | Constructor and Description |
|---|---|
protected |
BaseAction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
setSkipInPredicates() |
boolean |
skipInPredicates()
Determines whether the execution of this action is to be skipped inside of predicate matchers.
|
toStringpublic boolean skipInPredicates()
SkippableActionskipInPredicates in interface SkippableActionpublic void setSkipInPredicates()