commit | 8fb3ab4e2e1eeca5511e68bdd0155c1704706ea4 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 19 06:54:42 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 06:54:42 2021 +0000 |
tree | bc49e23da767d4c70471c0566413ceba1b11231b | |
parent | 9b5182989e2f45f9a2097445278e590c229f140c [diff] | |
parent | 3c480017c110b28fda8eb5dfb96bf571dc7f2d0d [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/hamcrest" am: 3c480017c1 Original change: https://android-review.googlesource.com/c/platform/external/hamcrest/+/1587903 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3c7418ff14e29f246216feb0fe887b755458d0c9
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.