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.
|
toString
public boolean skipInPredicates()
SkippableAction
skipInPredicates
in interface SkippableAction
public void setSkipInPredicates()