1
1
2
- ************
3
- ********************** Hamcrest **********************
4
- ************
2
+ ************
3
+ ************************* Hamcrest *** **********************
4
+ ************
5
5
6
- "TODO: catchy phrase"
7
-
8
- <http://hamcrest.org>
6
+ <http://hamcrest.org>
9
7
10
8
--[ What is Hamcrest? ]-------------------------------------
11
9
12
- TODO
10
+ Hamcrest is a library of matchers, which can be combined in
11
+ to create flexible expressions of intent in tests.
12
+
13
13
14
14
--[ Binaries ]-----------------------------------------------
15
15
@@ -22,10 +22,29 @@ different Jars.
22
22
This API is stable and will rarely change.
23
23
24
24
* [hamcrest-library.jar]
25
- The ever-growing library of Matcher implementations.
26
- This should be
25
+ The ever-growing library of Matcher implementations. This
26
+ will grow between releases.
27
+
28
+ * [hamcrest-generator.jar]
29
+ A tool to allow many Matcher implementations to be
30
+ combined into a single class so users don't have to
31
+ remember many classes/packages to import. Generates
32
+ code.
33
+
34
+ * [hamcrest-integration.jar]
35
+ Provides integration between Hamcrest and other testing
36
+ tools, including JUnit (3 and 4), TestNG, jMock and
37
+ EasyMock.
38
+
39
+ Alternatively, if you don't care:
40
+
41
+ * [hamcrest-all.jar]
42
+ Includes all of the above.
43
+
44
+ For convenience, all the Jars also include source code.
45
+
27
46
28
- TODO: Finish this
47
+ --[ Dependencies ]-------------------------------------------
29
48
30
49
All libraries in the 'lib' directory are used at build time,
31
50
or are optional extras used for tighter integration with
@@ -36,7 +55,8 @@ ALL OF THE DEPENDENCIES ARE OPTIONAL.
36
55
37
56
--[ Documentation ]------------------------------------------
38
57
39
- Documentation can be found at http://hamcrest.org/
58
+ Documentation can be found at:
59
+ http://hamcrest.org/
40
60
41
61
42
62
--[ Source ]-------------------------------------------------
0 commit comments