Leanplum / truth

Assertion/Proposition framework for Java unit tests

Home Page:http://google.github.io/truth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truth

Main Site Build Status Maven Release Stackoverflow

What is Truth?

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.

The full documentation for Truth is available at its main website

License

Truth is licensed under the open-source Apache 2.0 license.

Contributing

Please see the guidelines for contributing before creating pull requests.

Acknowledgements

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.

About

Assertion/Proposition framework for Java unit tests

http://google.github.io/truth

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.3%Language:Protocol Buffer 0.3%