More HamCrest -> Hamcrest |
|
More...
|
about 18 years ago
|
org.hamcrest.Matchers now automatically generated as part of build |
|
More...
|
about 18 years ago
|
Command line tool for generating Matchers |
|
More...
|
about 18 years ago
|
Removed classloader pointlessness |
|
More...
|
about 18 years ago
|
Changed class names (EasyMock -> EasyMock2, JMock -> JMock1) for clarity. |
|
More...
|
about 18 years ago
|
Checked in auto-generated matchers class. (Until build is updated to do this automatically). |
|
More...
|
about 18 years ago
|
Replaced Ham Crest with Hamcrest |
|
More...
|
about 18 years ago
|
Added writer for a quick summary of all matchers. |
|
More...
|
about 18 years ago
|
Added comment to generated source so it's obvious it's generated. |
|
More...
|
about 18 years ago
|
Added (optional) xml based configuration for generating AllMatchers class. |
|
More...
|
about 18 years ago
|
Simplifed description of equalTo() matcher. |
|
More...
|
about 18 years ago
|
Renamed eq() -> equalTo(). Renamed IsCloseTo.eq() to closeTo() |
|
More...
|
about 18 years ago
|
Renamed: and(x, y) or(x, y) To: allOf(x, y) anyOf(x, y) |
|
More...
|
about 18 years ago
|
Added AllOf, AnyOf etc. |
|
More...
|
about 18 years ago
|
Added AllOf, AnyOf |
|
More...
|
about 18 years ago
|
Added abstract BaseMatcher class that all Matchers should extend. This allows for future API compatability as the Matcher interface evolves. |
|
More...
|
about 18 years ago
|
Added isCollectionContainingAllOf(). |
|
More...
|
about 18 years ago
|
Made hamcrest compile in Eclipse |
|
More...
|
about 18 years ago
|
Removed Jaxen. Hamcrest uses Java5 XPath library. |
|
More...
|
over 18 years ago
|
Build file refactoring. Broken each module into it's own build rules. Allows building of a single module and makes it more extensible. |
|
More...
|
over 18 years ago
|
Added constructor to explicitly pass expected type to TypeSafeMatcher Cleaned up some warnings |
|
More...
|
over 18 years ago
|
Moved HasXPath into correct src tree. |
|
More...
|
over 18 years ago
|
Made all TypeSafeMatchers actually type safe :) |
|
More...
|
over 18 years ago
|
Added null tests to all matcher test cases. |
|
More...
|
over 18 years ago
|
Renamed Matcher.match(item) to Matcher.matches(item). |
|
More...
|
over 18 years ago
|
Changed Matcher interface from match(T) to match(Object). This moves the responsibility for determining if the value is the right type down into the Matcher implementations. |
|
More...
|
over 18 years ago
|
Syntactic sugar and wrapper code generation framework. |
|
More...
|
over 18 years ago
|
DescribedAs matcher can append values to its description Simplified IsComparableTo implementation, renamed to IsGreaterThan and pulled out factory methods into OrderingComparisons class |
|
More...
|
over 18 years ago
|
Removed unchecked generics warnings |
|
More...
|
over 18 years ago
|
Ignore eclipse configuration |
|
More...
|
over 18 years ago
|