Merge pull request #586 from heldev/remove-spock-again

Remove Spock again. It was accidentally reintroduced by a big refactoring merge.
This commit is contained in:
Andreas Kull
2017-09-20 09:12:20 +02:00
committed by GitHub

View File

@ -806,7 +806,6 @@ A curated list of awesome Java frameworks, libraries and software.
* [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing of REST/HTTP services.
* [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](https://github.com/spockframework/spock) - Developer testing and specification framework for Java and Groovy applications.
* [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.
* [WireMock](http://wiremock.org/) - Stubs and mocks web services.