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 static utility function for returning description of a SelfDescribing object as a String More... over 18 years ago
Added appendList method to Description to append a list of self-describing objects Factored out some common utility classes from StringDescription into the internal package Added the IsArray matcher More... over 18 years ago
Factored SelfDescribing interface out of Matcher<T> More... over 18 years ago
Improved formatting of JavaDoc comments to make them easier to read in source code More... over 18 years ago
New functionality and refactoring coming out of jMock 2 development. More... over 18 years ago
Added XPath matcher. assertThat(xmlDoc, hasXPath("/some/thing[1]", eq("stuff"))
jwalnes1
as joeretro
More... over 18 years ago
Renamed stringContains to containsString
jwalnes1
as joeretro
More... over 18 years ago
Java5ified core matchers.
jwalnes1
as joeretro
More... over 18 years ago
Trashed a load more methods in the Matchers uberclass (soon to be replaced).
jwalnes1
as joeretro
More... over 18 years ago
Deleted redundant matchers (not required with Java5).
jwalnes1
as joeretro
More... over 18 years ago
Java5ified IsEventFrom matcher.
jwalnes1
as joeretro
More... over 18 years ago
Java5ified HasToString matcher.
jwalnes1
as joeretro
More... over 18 years ago
Java5ified HasProperty matchers.
jwalnes1
as joeretro
More... over 18 years ago
Java5ified substring related matchers.
jwalnes1
as joeretro
More... over 18 years ago
Java5ified IsEqualIgnoringWhiteSpace
jwalnes1
as joeretro
More... over 18 years ago
Java5ified IsEqualIgnoringCase
jwalnes1
as joeretro
More... over 18 years ago
Java5ified number matchers. Combined IsGreaterThan and IsLessThan into IsComparableTo matcher. Added factory methods for <= and >=.
jwalnes1
as joeretro
More... over 18 years ago
Started work on Java5ifying matchers. Done the 'collections' package.
jwalnes1
as joeretro
More... over 18 years ago
Deleted redundant Is class
jwalnes1
as joeretro
More... over 18 years ago
Created examples of using Hamcrest across different combinations of assertThat, jMock and EasyMock. Also showed how it would look with different frameworks: JUnit 3, JUnit 4 and TestNG.
jwalnes1
as joeretro
More... over 18 years ago
Removed redundant matcher
jwalnes1
as joeretro
More... almost 19 years ago
Formatting tweak
jwalnes1
as joeretro
More... almost 19 years ago
JUnit MatcherAssert now has static methods to make it more JUnity
jwalnes1
as joeretro
More... almost 19 years ago
Moved responsibility of string formatting from static helper class into StringDescription
jwalnes1
as joeretro
More... almost 19 years ago
Readded core constraints.
jwalnes1
as joeretro
More... almost 19 years ago
JavaDoc
jwalnes1
as joeretro
More... almost 19 years ago
Introduced Description interface that acts as a domain centric abstraction over StringBuffer
jwalnes1
as joeretro
More... almost 19 years ago
Renamed MatcherSugar to Is, so pre 1.5 JDKs can use Is.eq(), Is.not(...), etc
jwalnes1
as joeretro
More... almost 19 years ago
Initial checkin
jwalnes1
as joeretro
More... almost 19 years ago