public interface SkippableAction<V> extends Action<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
skipInPredicates()
Determines whether the execution of this action is to be skipped in
predicate matchers.
|
boolean skipInPredicates()
TestMatcher,
TestNotMatcher