public abstract class BaseAction<V> extends BaseGroupClass implements SkippableAction<V>
Modifier | Constructor and Description |
---|---|
protected |
BaseAction(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setSkipInPredicates() |
boolean |
skipInPredicates()
Determines whether the execution of this action is to be skipped in
predicate matchers.
|
toString
protected BaseAction(String name)
public boolean skipInPredicates()
SkippableAction
skipInPredicates
in interface SkippableAction<V>
TestMatcher
,
TestNotMatcher
public void setSkipInPredicates()