[automerger skipped] Merge "Merge Android R" am: 4c47d05f12 -s ours am: d4f513a2e3 -s ours

am skip reason: Change-Id I3ba28680e41e79b77c1b2bcac8b97a88afbf12cd with SHA-1 85e5a7f644 is in history

Original change: https://android-review.googlesource.com/c/platform/external/hamcrest/+/1422369

Change-Id: I41119acf50ecede95add936f6a8a586eb7b280c4
tree: c73a16dc610c99520a93c2b33b8a4a3d7e64a00f
  1. doc/
  2. hamcrest-core/
  3. hamcrest-library/
  4. Android.bp
  5. build.gradle
  6. build.xml.original
  7. BUILDING.txt
  8. CHANGES.txt
  9. LICENSE.txt
  10. METADATA
  11. MODULE_LICENSE_BSD
  12. NOTICE
  13. OWNERS
  14. README.md
  15. README.version
README.md

JavaHamcrest

Build Status

Java Hamcrest

Licensed under BSD License.

What is Hamcrest?

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.

Downloads

You can obtain Hamcrest binaries from maven central, or from [google code downloads][].

Extensions

For Hamcrest extension projects see the hamcrest extensions page.

Documentation

Documentation can be found on the Hamcrest site.

Reporting Bugs/Issues

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.

Source

To build, please read BUILDING.txt

Acknowledgements

Developers:

  • Joe Walnes
  • Nat Pryce
  • Steve Freeman

Contributors:

  • Robert Chatley
  • Tom White
  • Neil Dunn
  • Dan North
  • Magne Rasmussen
  • David Saff
  • Tom Denley

Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and MiniMock! These libraries inspired Hamcrest.