Add Pact JVM

This commit is contained in:
akullpp
2017-11-13 14:41:02 +01:00
parent 7e5fc96932
commit 02a2cc5d41

View File

@ -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. * [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. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
* [WireMock](http://wiremock.org/) - Stubs and mocks web services. * [WireMock](http://wiremock.org/) - Stubs and mocks web services.
* [Pact JVM](https://github.com/DiUS/pact-jvm/) - Consumer-driven contract testing.
## Utility ## Utility