JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
au.com.dius.pact.provider.junitsupport.loader.host()
au.com.dius.pact.provider.junitsupport.loader.port()
au.com.dius.pact.provider.junitsupport.loader.scheme()
HTTP scheme, defaults to HTTP
au.com.dius.pact.provider.junitsupport.loader.tags()
Tags to use to fetch pacts for, defaults to `latest` If you set the tags through the `pactbroker.
au.com.dius.pact.provider.junitsupport.loader.consumerVersionSelectors()
Consumer version selectors to fetch pacts for, defaults to latest version If you set the version selector tags or latest fields through system properties, separate values by commas
au.com.dius.pact.provider.junitsupport.loader.consumers()
Consumers to fetch pacts for, defaults to all consumers If you set the consumers through the `pactbroker.
au.com.dius.pact.provider.junitsupport.loader.selector(java.lang.String,java.lang.Boolean,java.lang.String,java.lang.String)
Generic selector.
au.com.dius.pact.provider.toMutableMap()
au.com.dius.pact.provider.hasPactsFromPactBrokerWithSelectors(java.util.Map,java.lang.String,java.util.List)
au.com.dius.pact.provider.hasPactsFromPactBrokerWithSelectors(java.lang.String,java.util.List,au.com.dius.pact.provider.PactBrokerOptions)
au.com.dius.pact.provider.verifyResponseByInvokingProviderMethods(au.com.dius.pact.provider.IProviderInfo,au.com.dius.pact.provider.IConsumerInfo,au.com.dius.pact.core.model.Interaction,java.lang.String,java.util.Map,java.lang.Boolean)
Verifies the interaction by invoking a method on a provider test class
au.com.dius.pact.provider.verifyResponseByFactory(au.com.dius.pact.provider.IProviderInfo,au.com.dius.pact.provider.IConsumerInfo,au.com.dius.pact.core.model.Interaction,java.lang.String,java.util.Map,java.lang.Boolean)
au.com.dius.pact.provider.verifyRequestResponsePact(au.com.dius.pact.core.model.IResponse,au.com.dius.pact.provider.ProviderResponse,java.lang.String,java.util.Map,java.lang.String,java.lang.Boolean)
Compares the expected and actual responses
au.com.dius.pact.provider.verifyResponseByInvokingProviderMethods(au.com.dius.pact.provider.IProviderInfo,au.com.dius.pact.provider.IConsumerInfo,au.com.dius.pact.core.model.Interaction,java.lang.String,java.util.Map,java.lang.Boolean)
Verifies the interaction by invoking a method on a provider test class
au.com.dius.pact.provider.verifyResponseByFactory(au.com.dius.pact.provider.IProviderInfo,au.com.dius.pact.provider.IConsumerInfo,au.com.dius.pact.core.model.Interaction,java.lang.String,java.util.Map,java.lang.Boolean)
au.com.dius.pact.provider.verifyMessage(java.util.Set,au.com.dius.pact.core.model.messaging.MessageInteraction,java.lang.String,java.util.Map,java.lang.Boolean)
au.com.dius.pact.provider.verifyMessage(java.util.function.Function,au.com.dius.pact.core.model.messaging.MessageInteraction,java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean)
au.com.dius.pact.provider.verifyInteraction(au.com.dius.pact.provider.IProviderInfo,au.com.dius.pact.provider.IConsumerInfo,java.util.Map,au.com.dius.pact.core.model.Interaction,au.com.dius.pact.provider.ProviderClient)
au.com.dius.pact.provider.compareResponse(au.com.dius.pact.core.model.IResponse,au.com.dius.pact.provider.ProviderResponse)
au.com.dius.pact.provider.compareMessage(au.com.dius.pact.core.model.messaging.MessageInteraction,au.com.dius.pact.core.model.OptionalBody)
au.com.dius.pact.provider.compareMessage(au.com.dius.pact.core.model.messaging.MessageInteraction,au.com.dius.pact.core.model.OptionalBody,java.util.Map)
au.com.dius.pact.provider.compareResponse(au.com.dius.pact.core.model.IResponse,au.com.dius.pact.provider.ProviderResponse)
au.com.dius.pact.provider.compareMessage(au.com.dius.pact.core.model.messaging.MessageInteraction,au.com.dius.pact.core.model.OptionalBody)
au.com.dius.pact.provider.compareMessage(au.com.dius.pact.core.model.messaging.MessageInteraction,au.com.dius.pact.core.model.OptionalBody,java.util.Map)
au.com.dius.pact.provider.reportResults(au.com.dius.pact.core.model.Pact,au.com.dius.pact.core.pactbroker.TestResult,java.lang.String,au.com.dius.pact.core.pactbroker.IPactBrokerClient,java.lang.String)
Publish the results to the pact broker.
au.com.dius.pact.provider.publishingResultsDisabled()
This must return true unless the pact.verifier.
au.com.dius.pact.provider.reporters.displayFailures(java.util.Map)