File: README.md

package info (click to toggle)
jtreg7 7.5.2%2B1%2Bds2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,584 kB
  • sloc: java: 408,841; xml: 8,266; sh: 1,966; ansic: 1,084; exp: 689; makefile: 399; javascript: 162; cpp: 120
file content (63 lines) | stat: -rw-r--r-- 1,744 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
![JavaHamcrest](http://hamcrest.org/images/logo.jpg)

[![Build Status](https://travis-ci.org/hamcrest/JavaHamcrest.png?branch=master)](https://travis-ci.org/hamcrest/JavaHamcrest)

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][].

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
[Maven central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.hamcrest
[hamcrest extensions page]: https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects
[GitHub issue tracker]: https://github.com/hamcrest/JavaHamcrest/issues