truth is created by google which is worth mentioning

This commit is contained in:
Kristoffer Sjogren
2015-07-02 01:55:54 +02:00
parent 8ff652730d
commit e6084d1580

View File

@ -486,7 +486,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [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. * [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.
* [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests. * [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests by Google.
* [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.
* [WireMock](http://wiremock.org/) - Testing library for stubbing and mocking web services. * [WireMock](http://wiremock.org/) - Testing library for stubbing and mocking web services.