File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
- == Version 1.2: In Development ==
1
+ == Version 1.2: RC2 ==
2
+
3
+ * Added mismatch reporting
4
+
5
+ * Added WithSamePropertyValuesAs matcher
6
+
7
+ * Moved any() from IsAnything to IsInstanceOf. It now checks the type of the matched object
8
+
9
+ * Moved MatcherAssert from integration to core
10
+
11
+ * Tightened up generics.
12
+
13
+ * Added IsMapContainingKey and IsMapContainingValue matchers to resolve a
14
+ generics bug in hasKey and hasValue static factories previously declared
15
+ in IsMapContaining (ngd)
16
+
17
+ * Added IsCollectionOnlyContaining and IsArrayOnlyContaining which matches
18
+ collections (and arrays) where all match a given matcher. E.g onlyContains(3,4,5)
19
+ or onlyContains(lessThan(9))
20
+
21
+ * text module moved to separate project, hamcrest-text-patterns
22
+
23
+ * added more colection matchers: xContainingInAnyOrder, xContainingInOrder, xWithSize
24
+
25
+ * new text Matcher: IsEmptyString
26
+
27
+ * hamcrest generator uses method return type
2
28
3
29
== Version 1.1: Released Jun 30 2007 ==
4
30
You can’t perform that action at this time.
0 commit comments