Skip to content

JavaProgrammerLB/JavaHamcrest

Repository files navigation

                     ************
********************** Hamcrest **********************
                     ************

                 "TODO: catchy phrase"

                 <http://hamcrest.org>

--[ What is Hamcrest? ]-------------------------------------

TODO

--[ Binaries ]-----------------------------------------------

Depending on how you intend to use Hamcrest, you should use
different Jars.

 * [hamcrest-api.jar]
   This is the core API to be used by third-party framework
   providers. This excludes the implementations of Matchers.
   This API is stable and will rarely change.

 * [hamcrest-library.jar]
   The ever-growing library of Matcher implementations.
   This should be

TODO: Finish this

All libraries in the 'lib' directory are used at build time,
or are optional extras used for tighter integration with
third party libraries.

ALL OF THE DEPENDENCIES ARE OPTIONAL.


--[ Documentation ]------------------------------------------

Documentation can be found at http://hamcrest.org/


--[ Source ]-------------------------------------------------

The complete source for Hamcrest is bundled. This includes:
 * Matcher API [src/api]
 * Matcher libary [src/library]
 * Matcher integrations [src/integration]
 * Syntactic sugar generator [src/generator]
 * Unit tests [src/unit-test]
 * Ant build file [build.xml]
 * Dependencies [lib]

To build, please read BUILDING.txt

-------------------------------------------------------------

Developers:
- Joe Walnes
- Nat Pryce
- Steve Freeman

Contributors:
- Robert Chatley
- Tom White
- Neil Dunn
- Dan North
- Magne Rasmussen

Also, thanks to everyone who has worked on DynaMock, nMock,
jMock, EasyMock and MiniMock! These libraries inspired
Hamcrest.

About

Java (and original) version of Hamcrest

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • HTML 0.2%