Merge pull request #153 from robfletcher/patch-1

Added Spock to testing section
This commit is contained in:
Andreas Kull
2015-05-11 21:51:30 +02:00

View File

@ -473,6 +473,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.