# JavaHamcrest **Repository Path**: apo-soft/JavaHamcrest ## Basic Information - **Project Name**: JavaHamcrest - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-26 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![JavaHamcrest](http://hamcrest.org/images/logo.jpg) [![Build Status](https://travis-ci.org/hamcrest/JavaHamcrest.png?branch=master)](https://travis-ci.org/hamcrest/JavaHamcrest) [![Maven Central](https://img.shields.io/maven-central/v/org.hamcrest/hamcrest.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.hamcrest/hamcrest) 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](https://search.maven.org/artifact/org.hamcrest/hamcrest). Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables). Extensions ---------- For Hamcrest extension projects see the [hamcrest extensions page][]. Documentation ------------- Documentation can be found on the [Hamcrest site](http://hamcrest.org). Reporting Bugs/Issues --------------------- If you find an issue with Java Hamcrest, please report it via the [GitHub issue tracker](https://github.com/hamcrest/JavaHamcrest/issues), 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. [logo]: http://hamcrest.org/images/logo.jpg [website]: https://github.com/hamcrest/JavaHamcrest [BSD License]: http://opensource.org/licenses/BSD-3-Clause [hamcrest extensions page]: https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects [GitHub issue tracker]: https://github.com/hamcrest/JavaHamcrest/issues