Artifacts using Pact JVM Model (26)
Sort by:Popular

Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its own in many instances. Framework and build tool specific bindings will be provided in separate libraries that build on top of this core functionality. ### Provider State Before each interaction is executed, ...
Last Release on Apr 29, 2020

Relocated → au.com.dius.pact » provider
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-provider requires You should never need to include this project directly
Last Release on Apr 29, 2020
Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects. If your favourite framework is not implemented, this module should give you all the hooks you need. Provides a DSL for use with Java to build consumer pacts. ## Dependency The library is available on maven central using: * group-id = `au.com.dius` * artifact-id = `pact-jvm-consumer` ## DSL Usage Example in a JUnit ...
Last Release on Apr 29, 2020
# Pact junit runner ## Overview Library provides ability to play contract tests against a provider service in JUnit fashionable way. Supports: - Out-of-the-box convenient ways to load pacts - Easy way to change assertion strategy - **org.junit.BeforeClass**, **org.junit.AfterClass** and **org.junit.ClassRule** JUnit annotations, that will be run once - before/after whole contract test suite. - **org.junit.Before**, **org.junit.After** and **org.junit.Rule** JUnit annotations, that will be run ...
Last Release on Apr 29, 2020
Arquillian Pact Provider Core
Last Release on Nov 7, 2016
Arquillian Algeron Pact Provider Core
Last Release on Jun 15, 2017
Pact JVM Matchers ================= Implements matchers for pact requests and responses.
Last Release on Apr 29, 2020
Pact model V3 ============= Extensions to the pact-jvm-model that implements V3 specification changes.
Last Release on Sep 17, 2015
Arquillian Pact Provider SPI
Last Release on Nov 7, 2016
Arquillian Pact Provider API
Last Release on Nov 7, 2016