android13/external/hamcrest
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
doc/images initial 2024-06-22 20:45:49 +08:00
hamcrest-core initial 2024-06-22 20:45:49 +08:00
hamcrest-library initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
BUILDING.txt initial 2024-06-22 20:45:49 +08:00
CHANGES.txt initial 2024-06-22 20:45:49 +08:00
LICENSE.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
build.xml.original initial 2024-06-22 20:45:49 +08:00

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.