From 3f22f10ae0d7a3dd093bf567fe664f3716c77ba5 Mon Sep 17 00:00:00 2001 From: Abraham Tehrani Date: Tue, 12 May 2015 13:20:14 -0700 Subject: [PATCH] Update the README.md file to include the WireMock Library Update the README.md file to include the WireMock Library, I think it's a great tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3699612..778118c 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Spock](http://docs.spockframework.org/) - Testing framework featuring an expressive Groovy-derived specification language. Compatible with JUnit runners so easy to use with standard build tools and IDEs. * [TestNG](http://testng.org/) - Testing framework. * [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing. +* [WireMock](http://wiremock.org/) - Testing library for stubbing and mocking web services. ## Utility