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.
|
toStringprotected BaseAction(String name)
public boolean skipInPredicates()
SkippableActionskipInPredicates in interface SkippableAction<V>TestMatcher,
TestNotMatcherpublic void setSkipInPredicates()