11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 22, 2025 — Jul 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FEST-258 : fix NPE that would occur if error stack trace filtering is enabled and we JUnit is not in the classpath More... over 14 years ago
fix comment More... over 14 years ago
FEST-214 : isSorted assertions on arrays and List More... over 14 years ago
FEST-258 Filtering exception stack trace. Encapsulate AssertionError instanciation in Failures and filter its stack trace. Special processing has been done for ShouldBeEqual that builds an AssertionError by reflection. More... almost 15 years ago
Fixes FEST-449 : Improve how we fail a unit test expecting an AssertionError to be thrown More... almost 15 years ago
Get rid of ExceptionsForTest because : - it was only used at one place - it was played as unit test by maven resulting as failing test (with initialization error) More... almost 15 years ago
Fix bug on endWith assertion calling shouldStartWith error message factory instead of shouldEndWith More... almost 15 years ago
FEST-444 throwable assertions More... almost 15 years ago
fixes FEST-387 fail() overloaded version when expected exception didn't occur More... about 15 years ago
Fixes FEST-448 : Add fail API More... about 15 years ago
FEST-437 : initialize failures attribute More... about 15 years ago
Add comment to explain wht actual visbility has been set to protected (to allow custom assertion to access actual) More... about 15 years ago
FEST 63 : - add base Date assertions with String parameter : isIn, isNotIn, isEqualTo, isNotEqualTo - add isAfterYear assertion - complete unit tests More... about 15 years ago
Ignore eclipse .settings More... about 15 years ago
FEST-63 implementation More... about 15 years ago
remove eclipse generated file More... about 15 years ago
Ignore generated test files actual.txt and expected.txt More... over 15 years ago
FEST-430 : containsNull/doesNotContainNull implementation and tests More... over 15 years ago
Merge branch 'master' of github.com:alexruiz/fest-assert-2.x More... over 15 years ago
Added support for arrays to org.fest.assertions.groups.Properties. More... over 15 years ago
Replaced method "onProperty(String)" on FEST-Assert 1.x ListAssert and Collection assert with new class "Properties." More... over 15 years ago
Implemented BigDecimalAssert. More... over 15 years ago
Implemented Condition AllOf. Cleaned up code. More... over 15 years ago
Finished: FEST-406 ( http://jira.codehaus.org/browse/FEST-406 ) More... over 15 years ago
In progress: FEST-406 ( http://jira.codehaus.org/browse/FEST-406 ) More... over 15 years ago
Implemented method 'isNotIn(Collection)' for all assertion classes. More... over 15 years ago
Implemented method 'isIn(Collection)' for all assertion classes. More... over 15 years ago
Implemented method 'isIn(Object...)' for all assertion classes. Some minor code cleanup. More... over 15 years ago
Finished implementing FEST-169: Add methods "has" and "doesNotHave" to all assertions. http://jira.codehaus.org/browse/FEST-169 More... over 15 years ago
Removed methods 'satisfies' and 'doesNotSatisfy' from all assertion classes. More... over 15 years ago