All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.com.dius.pact.model.Interaction.groovy Maven / Gradle / Ivy

package au.com.dius.pact.model

/**
 * Interface to an interaction between a consumer and a provider
 */
interface Interaction {
  String getDescription()
  String getProviderState()
  boolean conflictsWith(Interaction other)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy