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