Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/images/ | 03-May-2024 | - | ||||
hamcrest-core/ | 03-May-2024 | - | 4,137 | 2,419 | ||
hamcrest-library/ | 03-May-2024 | - | 6,743 | 3,575 | ||
Android.bp | D | 03-May-2024 | 1.3 KiB | 44 | 40 | |
BUILDING.txt | D | 03-May-2024 | 529 | 20 | 12 | |
CHANGES.txt | D | 03-May-2024 | 4.3 KiB | 136 | 75 | |
LICENSE.txt | D | 03-May-2024 | 1.5 KiB | 28 | 22 | |
METADATA | D | 03-May-2024 | 39 | 4 | 3 | |
MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 1.5 KiB | 28 | 22 | |
OWNERS | D | 03-May-2024 | 57 | 4 | 2 | |
README.md | D | 03-May-2024 | 1.8 KiB | 64 | 47 | |
README.version | D | 03-May-2024 | 791 | 15 | 12 | |
build.gradle | D | 03-May-2024 | 3 KiB | 117 | 96 | |
build.xml.original | D | 03-May-2024 | 15.4 KiB | 290 | 260 |
README.md
1![JavaHamcrest](http://hamcrest.org/images/logo.jpg) 2 3[![Build Status](https://travis-ci.org/hamcrest/JavaHamcrest.png?branch=master)](https://travis-ci.org/hamcrest/JavaHamcrest) 4 5Java Hamcrest 6============= 7Licensed under [BSD License][]. 8 9What is Hamcrest? 10----------------- 11Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests. 12They've also been used for other purposes. 13 14Downloads 15--------- 16You can obtain Hamcrest binaries from [maven central][], or from [google code downloads][]. 17 18Extensions 19---------- 20 21For Hamcrest extension projects see the [hamcrest extensions page][]. 22 23Documentation 24------------- 25Documentation can be found on the [Hamcrest site](http://hamcrest.org). 26 27Reporting Bugs/Issues 28--------------------- 29If you find an issue with Java Hamcrest, please report it via the 30[GitHub issue tracker](https://github.com/hamcrest/JavaHamcrest/issues), 31after first checking that it hasn't been raised already. 32 33Source 34------ 35To build, please read BUILDING.txt 36 37Acknowledgements 38---------------- 39Developers: 40 41 * Joe Walnes 42 * Nat Pryce 43 * Steve Freeman 44 45Contributors: 46 47 * Robert Chatley 48 * Tom White 49 * Neil Dunn 50 * Dan North 51 * Magne Rasmussen 52 * David Saff 53 * Tom Denley 54 55Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and MiniMock! These libraries inspired Hamcrest. 56 57 58[logo]: https://raw.github.com/hamcrest/JavaHamcrest/master/doc/images/logo.jpg 59[website]: https://github.com/hamcrest/JavaHamcrest 60[BSD License]: http://opensource.org/licenses/BSD-3-Clause 61[Maven central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.hamcrest 62[hamcrest extensions page]: https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects 63[GitHub issue tracker]: https://github.com/hamcrest/JavaHamcrest/issues 64
README.version
1URL: https://github.com/hamcrest/JavaHamcrest/archive/f540af9fd49f33cc07b3446a8895c7b51cbf0944.zip 2Version: f540af9fd49f33cc07b3446a8895c7b51cbf0944 3BugComponent: 40416 4 5Version f540af9fd49f33cc07b3446a8895c7b51cbf0944 was chosen because it is the 6point at which v2.0.0.0 and master diverge. There are only about 7 commits 7on v2.0.0.0 which are not on master but they do conflict with some changes in 8master. Those changes appear to be relatively minor and while it is not clear 9what the future holds for Hamcrest given that it has had no activity since June 102016 it seems unnecessary to take those extra 7 commits given the potential for 11conflicts in future upgrades. 12 13Local Changes: 14 Remove hamcrest-library/src/main/java/org/hamcrest/beans/ as Android does not support java.beans. 15