From 8ff652730d376ff93d3ce35c5e71d40b5d40dd9f Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Thu, 2 Jul 2015 01:53:08 +0200 Subject: [PATCH 1/2] google truth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43e6e52..cf954c7 100644 --- a/README.md +++ b/README.md @@ -486,6 +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. * [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. +* [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests. * [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. From e6084d1580e9ad5f259caa6c071242637c52ffaa Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Thu, 2 Jul 2015 01:55:54 +0200 Subject: [PATCH 2/2] truth is created by google which is worth mentioning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf954c7..01d26fc 100644 --- a/README.md +++ b/README.md @@ -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. * [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. -* [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. * [WireMock](http://wiremock.org/) - Testing library for stubbing and mocking web services.