Add host build for hamcrest-library.

This library contains useful functions in tests. Add a build target
for host side, so that they can be used in host side tests.

Test: m hamcrest-library-host -j12
Bug: None
Change-Id: I93d82f44b2e4bb0bf5ab5057d03fe063f637fea3
Merged-In: I93d82f44b2e4bb0bf5ab5057d03fe063f637fea3
(cherry picked from commit 3408e0e6c43de58ba35b06e6c4b612dc86d342c9)
1 file changed
tree: 4aa5c293d79a167d3d1ff04619369dbc470f85ef
  1. doc/
  2. hamcrest-core/
  3. hamcrest-library/
  4. Android.mk
  5. build.gradle
  6. build.xml.original
  7. BUILDING.txt
  8. CHANGES.txt
  9. LICENSE.txt
  10. MODULE_LICENSE_BSD
  11. NOTICE
  12. README.md
  13. 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.