commit | 2612c38ca97d785911fa03566cb98faa31b063d8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Oct 09 16:31:04 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Oct 11 08:46:35 2017 -0700 |
tree | 29674f3f18ba63345cd6ba0efaf719857207d3be | |
parent | ffc2d31b11d86b2853686ecc4ee8eb6ec209cce6 [diff] |
Convert external/hamcrest to Android.bp See build/soong/README.md for more information. Test: m -j checkbuild Change-Id: I0225256fa040272b0c73afc09adac9c33ef28b06
Licensed under BSD License.
Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests. They've also been used for other purposes.
You can obtain Hamcrest binaries from maven central, or from [google code downloads][].
For Hamcrest extension projects see the hamcrest extensions page.
Documentation can be found on the Hamcrest site.
If you find an issue with Java Hamcrest, please report it via the GitHub issue tracker, after first checking that it hasn't been raised already.
To build, please read BUILDING.txt
Developers:
Contributors:
Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and MiniMock! These libraries inspired Hamcrest.