public interface InteractionFilter<I extends au.com.dius.pact.core.model.Interaction>
| Modifier and Type | Interface and Description |
|---|---|
static class |
InteractionFilter.ByProviderState<I extends au.com.dius.pact.core.model.Interaction>
Filter interactions by any of their provider state.
|
static class |
InteractionFilter.ByRequestPath<I extends au.com.dius.pact.core.model.Interaction>
Filter interactions by their request path, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Predicate<I> |
buildPredicate(java.lang.String[] values) |
java.util.function.Predicate<I> buildPredicate(java.lang.String[] values)