From 02a2cc5d41d825c7724f99ff8fd23e8de1abe692 Mon Sep 17 00:00:00 2001 From: akullpp Date: Mon, 13 Nov 2017 14:41:02 +0100 Subject: [PATCH] Add Pact JVM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77311e8..d31c5d0 100644 --- a/README.md +++ b/README.md @@ -823,6 +823,7 @@ A curated list of awesome Java frameworks, libraries and software. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. +* [Pact JVM](https://github.com/DiUS/pact-jvm/) - Consumer-driven contract testing. ## Utility