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
added isIn and isOneOf matchers
npryce
as nat.pryce
More... almost 18 years ago
Added optional description to assertThat to make error messages clearer when tests have more than one assertion
npryce
as nat.pryce
More... almost 18 years ago
Nat: javadoc goodness
npryce
as nat.pryce
More... almost 18 years ago
Generator recognizes @Factory methods that return subclass of Matcher. (Fix by David Saff)
jwalnes1
as joe.walnes
More... about 18 years ago
Updated build instructions for new directory layout
jwalnes1
as joe.walnes
More... about 18 years ago
Made directory structure friendlier to popular maven style projects.
jwalnes1
as joe.walnes
More... about 18 years ago
Cleaning up README files
jwalnes1
as joeretro
More... about 18 years ago
Build now generates .tgz distribtion (as well as .zip)
jwalnes1
as joeretro
More... about 18 years ago
Rename: classCompatibleWith() -> typeCompatibleWith()
jwalnes1
as joeretro
More... about 18 years ago
Added convenient is(Class<T>)
jwalnes1
as joeretro
More... about 18 years ago
Renamed isA() -> instanceOf()
jwalnes1
as joeretro
More... about 18 years ago
Renamed isNull() -> nullValue(), isNotNull() -> notNullValue(). Could not use null() because it's a keyword.
jwalnes1
as joeretro
More... about 18 years ago
Renamed isEventFrom() -> eventFrom()
jwalnes1
as joeretro
More... about 18 years ago
Removed isIn() and isInCollection()
jwalnes1
as joeretro
More... about 18 years ago
Added hasItems(T...) convenience method
jwalnes1
as joeretro
More... about 18 years ago
Renamed collectionContaining() -> hasItem(). arrayContaining() -> hasItemInArray()
jwalnes1
as joeretro
More... about 18 years ago
asString() -> hasToString()
jwalnes1
as joeretro
More... about 18 years ago
Renamed mapWithKey() -> hasKey(), mapWithValue() -> hasValue(), mapContaining() -> hasEntry()
jwalnes1
as joeretro
More... about 18 years ago
Renamed compatibleType() -> classCompatibleWith()
jwalnes1
as joeretro
More... about 18 years ago
Removed alwaysFails()/alwaysPasses() matchers.
jwalnes1
as joeretro
More... about 18 years ago
Renamed same() -> sameInstance()
jwalnes1
as joeretro
More... about 18 years ago
Added is(...) wrapper to matchers. Added convenient is(value) and not(value) for commonly used is(equalTo(value)) and not(equalTo(value))
jwalnes1
as joeretro
More... about 18 years ago
Removed isTrue/isFalse.
jwalnes1
as joeretro
More... about 18 years ago
Fix for windows path separator (By Magne Rasmussen)
jwalnes1
as joeretro
More... about 18 years ago
Build file improvements. Allow debug to be specified as property. Avoid deprecated copydir task. (Patch by Magne Rasmussen)
jwalnes1
as joeretro
More... about 18 years ago
Credited people.
jwalnes1
as joeretro
More... about 18 years ago
Cleaned up bundled readme files
jwalnes1
as joeretro
More... about 18 years ago
Included matchers.xml in dist
jwalnes1
as joeretro
More... about 18 years ago
svn:ignore things not to be checked in
jwalnes1
as joeretro
More... about 18 years ago
Added easy to use hamcrest-all.jar to distribution
jwalnes1
as joeretro
More... about 18 years ago