Home | History | Annotate | only in /external/hamcrest
Up to higher level directory
NameDateSize
Android.mk05-Oct-2017642
build.gradle05-Oct-20173K
build.xml.original05-Oct-201715.4K
BUILDING.txt05-Oct-2017529
CHANGES.txt05-Oct-20174.3K
doc/05-Oct-2017
hamcrest-core/05-Oct-2017
hamcrest-library/05-Oct-2017
LICENSE.txt05-Oct-20171.5K
MODULE_LICENSE_BSD05-Oct-20170
NOTICE05-Oct-20171.5K
README.md05-Oct-20171.8K
README.version05-Oct-2017791

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 
      5 Java Hamcrest
      6 =============
      7 Licensed under [BSD License][].
      8 
      9 What is Hamcrest?
     10 -----------------
     11 Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests.
     12 They've also been used for other purposes.
     13 
     14 Downloads
     15 ---------
     16 You can obtain Hamcrest binaries from [maven central][], or from [google code downloads][].
     17 
     18 Extensions
     19 ----------
     20 
     21 For Hamcrest extension projects see the [hamcrest extensions page][].
     22 
     23 Documentation
     24 -------------
     25 Documentation can be found on the [Hamcrest site](http://hamcrest.org).
     26 
     27 Reporting Bugs/Issues
     28 ---------------------
     29 If you find an issue with Java Hamcrest, please report it via the 
     30 [GitHub issue tracker](https://github.com/hamcrest/JavaHamcrest/issues), 
     31 after first checking that it hasn't been raised already. 
     32 
     33 Source
     34 ------
     35 To build, please read BUILDING.txt
     36 
     37 Acknowledgements
     38 ----------------
     39 Developers:
     40 
     41   * Joe Walnes
     42   * Nat Pryce
     43   * Steve Freeman
     44 
     45 Contributors:
     46 
     47   * Robert Chatley
     48   * Tom White
     49   * Neil Dunn
     50   * Dan North
     51   * Magne Rasmussen
     52   * David Saff
     53   * Tom Denley
     54 
     55 Also, 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

      1 URL: https://github.com/hamcrest/JavaHamcrest/archive/f540af9fd49f33cc07b3446a8895c7b51cbf0944.zip
      2 Version: f540af9fd49f33cc07b3446a8895c7b51cbf0944
      3 BugComponent: 40416
      4 
      5 Version f540af9fd49f33cc07b3446a8895c7b51cbf0944 was chosen because it is the
      6 point at which v2.0.0.0 and master diverge. There are only about 7 commits
      7 on v2.0.0.0 which are not on master but they do conflict with some changes in
      8 master. Those changes appear to be relatively minor and while it is not clear
      9 what the future holds for Hamcrest given that it has had no activity since June
     10 2016 it seems unnecessary to take those extra 7 commits given the potential for
     11 conflicts in future upgrades.
     12 
     13 Local Changes:
     14     Remove hamcrest-library/src/main/java/org/hamcrest/beans/ as Android does not support java.beans.
     15