liangzai-cool / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

Describe the Distributables #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The hamcrest wiki should have a page describing the contents of the various 
distributables and why you might want to use a particular one; it's somewhat 
irritating to look at the download list and wonder what's in each of the 
available options.

Original issue reported on code.google.com by geoffrey...@gmail.com on 8 Jan 2010 at 7:16

GoogleCodeExporter commented 9 years ago
Could at least add a wiki page with the explanation from the readme

 * [hamcrest-core.jar]
   This is the core API to be used by third-party framework
   providers. This includes the a foundation set of matcher
   implementations for common operations.
   This API is stable and will rarely change. You will need
   this library as a minimum.

 * [hamcrest-library.jar]
   The ever-growing library of Matcher implementations. This
   will grow between releases.

 * [hamcrest-generator.jar]
   A tool to allow many Matcher implementations to be
   combined into a single class so users don't have to
   remember many classes/packages to import. Generates
   code.

 * [hamcrest-integration.jar]
   Provides integration between Hamcrest and other testing
   tools, including JUnit (3 and 4), TestNG, jMock and
   EasyMock.

Original comment by apmckinlay on 9 Jan 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Created a Wiki page describung the different distributables:

http://code.google.com/p/hamcrest/wiki/HamcrestDistributables

Original comment by marc.von...@gmail.com on 21 Jan 2011 at 10:24