15
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More HamCrest -> Hamcrest
jwalnes1
as joeretro
More... about 18 years ago
org.hamcrest.Matchers now automatically generated as part of build
jwalnes1
as joeretro
More... about 18 years ago
Command line tool for generating Matchers
jwalnes1
as joeretro
More... about 18 years ago
Removed classloader pointlessness
jwalnes1
as joeretro
More... about 18 years ago
Changed class names (EasyMock -> EasyMock2, JMock -> JMock1) for clarity.
jwalnes1
as joeretro
More... about 18 years ago
Checked in auto-generated matchers class. (Until build is updated to do this automatically).
jwalnes1
as joeretro
More... about 18 years ago
Replaced Ham Crest with Hamcrest
jwalnes1
as joeretro
More... about 18 years ago
Added writer for a quick summary of all matchers.
jwalnes1
as joeretro
More... about 18 years ago
Added comment to generated source so it's obvious it's generated.
jwalnes1
as joeretro
More... about 18 years ago
Added (optional) xml based configuration for generating AllMatchers class.
jwalnes1
as joeretro
More... about 18 years ago
Simplifed description of equalTo() matcher.
jwalnes1
as joeretro
More... about 18 years ago
Renamed eq() -> equalTo(). Renamed IsCloseTo.eq() to closeTo()
jwalnes1
as joeretro
More... about 18 years ago
Renamed: and(x, y) or(x, y) To: allOf(x, y) anyOf(x, y)
jwalnes1
as joeretro
More... about 18 years ago
Added AllOf, AnyOf etc.
jwalnes1
as joeretro
More... about 18 years ago
Added AllOf, AnyOf
jwalnes1
as joeretro
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.
jwalnes1
as joeretro
More... about 18 years ago
Added isCollectionContainingAllOf().
jwalnes1
as joeretro
More... about 18 years ago
Made hamcrest compile in Eclipse More... about 18 years ago
Removed Jaxen. Hamcrest uses Java5 XPath library.
jwalnes1
as joeretro
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.
jwalnes1
as joeretro
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.
jwalnes1
as joeretro
More... over 18 years ago
Made all TypeSafeMatchers actually type safe :)
jwalnes1
as joeretro
More... over 18 years ago
Added null tests to all matcher test cases.
jwalnes1
as joeretro
More... over 18 years ago
Renamed Matcher.match(item) to Matcher.matches(item).
jwalnes1
as joeretro
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.
jwalnes1
as joeretro
More... over 18 years ago
Syntactic sugar and wrapper code generation framework.
jwalnes1
as joeretro
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