Example Java Junit Consumer

Source Code

https://github.com/pactflow/example-consumer-java-junit

Build Status

This is an example of a Java consumer that uses Pact with Junit, Pactflow and Travis CI to ensure that it is compatible with the expectations its consumers have of it.

The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy.

It is using a public tenant on Pactflow, which you can access here using the credentials dXfltyFMgNOFZAxr8io9wJ37iUpY42M/O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1.

See the canonical consumer example here: https://github.com/pactflow/example-consumer See also the full Pactflow CI/CD Workshop for which this can be substituted in as the "consumer".

Pre-requisites

Software:

https://docs.pactflow.io/docs/workshops/ci-cd/set-up-ci/prerequisites/

Usage

make test