commit | e0e80fe3f63992b08ee3a49a737508f9dd1dbca7 | [log] [tgz] |
---|---|---|
author | cgruber <[email protected]> | Fri Aug 28 16:16:46 2015 -0700 |
committer | cgruber <[email protected]> | Mon Dec 07 16:20:34 2015 -0800 |
tree | edc5962cde2ef7293e741bb2111a18b08669faad | |
parent | 88eea5e7a847fce59c4ea210025b636a6b56fd15 [diff] |
Fix the pom files to address 1. Slow jar building on ubuntu (fixed in 2.5) 2. Out of date project metadata 3. Make java8 builds not break on javadoc problems. - This is a mutually incompatible flag state between java7 and java8 flavors of javadoc, so we just conditionally disable it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=109633346
We've made failure a strategy
Main Website: google.github.io/truth Continuous Integration: [] (https://travis-ci.org/google/truth)
Latest Release: 0.27 Latest Artifact: org.junit.contrib:truth:jar:0.27
Truth is an assertion/proposition framework appropriate for testing, inspired by FEST, and driven by some extensibility needs, written nearly entirely by Google employees in their spare time or contributing in their capacity as Java core librarians.
Truth can be used in place of JUnit‘s assertions, FEST, or Hamcrest’s matchers, or it can be used alongside where other approaches seem more suitable.
Truth is licensed under the open-source Apache 2.0 license.
Thanks to Github and Travis-CI for having a strong commitment to open-source, and providing us with tools so we can provide others with code. And thanks to Google for Guava, for taking on the Truth project and making it part of their core-libraries effort, and for encouraging us to try to solve problems in better ways and share that with the world.
Also thanks to the authors of JUnit, TestNG, Hamcrest, FEST, and others for creating testing tools that let us write high-quality code, for inspiring this work and for moving the ball forward in the field of automated software testing. This project works with, works alongside, and sometimes works in competition with the above tools, but owes a debt that everyone owes to those gone before. They paved the way, and we hope this contribution is helpful to the field.