Class InteractionFilter.ByProviderState<I extends au.com.dius.pact.core.model.Interaction>

java.lang.Object
au.com.dius.pact.provider.junitsupport.filter.InteractionFilter.ByProviderState<I>
All Implemented Interfaces:
InteractionFilter<I>
Enclosing interface:
InteractionFilter<I extends au.com.dius.pact.core.model.Interaction>

public static class InteractionFilter.ByProviderState<I extends au.com.dius.pact.core.model.Interaction> extends Object implements InteractionFilter<I>
Filter interactions by any of their provider state. If one matches any of the values, the interaction is kept and verified.
  • Constructor Details

    • ByProviderState

      public ByProviderState()
  • Method Details