From 963113bed8084fa05b8cac329d73026715a33b08 Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Thu, 7 May 2015 13:23:51 -0700 Subject: [PATCH] Added Spock to testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..35e7daa 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [PowerMock](https://github.com/jayway/powermock) - Allows you to unit test code normally regarded as untestable. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. +* [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.