Added Spock to testing section

This commit is contained in:
Rob Fletcher
2015-05-07 13:23:51 -07:00
parent f2af075998
commit 963113bed8

View File

@ -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. * [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. * [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. * [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. * [TestNG](http://testng.org/) - Testing framework.
* [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing. * [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing.