Added TestContainers

For using Docker containers in Unit Tests
This commit is contained in:
Kai Winter
2016-10-07 10:43:08 +02:00
parent 02d7ea2ef1
commit 6c7d9dac72

View File

@ -735,6 +735,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [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://spockframework.github.io/spock/docs/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language.
* [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/) - Stubbs and mocks web services.