PactVerifyResources
trait PactVerifyResources
class Object
trait Matchable
class Any
Type members
Types
Value members
Abstract methods
Concrete methods
def verifyPacts(providerBranch: Option[Branch], publishVerificationResults: Option[PublishVerificationResults], providerMethodInstance: Option[AnyRef], providerVerificationOptions: List[ProviderVerificationOption], verificationTimeout: Option[FiniteDuration])(implicit fileName: FileName, file: File, line: Line): Unit
- Value parameters:
- providerBranch
the branch of the provider project from which verification is being run. Applicable if using the
MatchingBranch
selector, or can be used to label the verification results if they are being published.- providerMethodInstance
The method instance to use when invoking methods with pact4s.provider.VerificationSettings.AnnotatedMethodVerificationSettings.
- providerVerificationOptions
list of options to pass to the pact-jvm verifier
- publishVerificationResults
if set, results of verification will be published to the pact broker, along with version and tags