0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a static method propertyValuesOf() to access more gracefully to PropertySupport.instance().propertyValues More... over 12 years ago
FEST-464 ListAssert.containsSequence() fails unexpectedly More... over 12 years ago
FEST-67 Iterables assertions More... over 12 years ago
FEST-462 InputStream assertions More... over 12 years ago
test improvement using yesterday() and tomorrow() Dates methods More... over 12 years ago
- Add Assertions on InputStream More... over 12 years ago
FEST-64 Assertions should be allowed to compare objects using a custom comparator instead of equals() More... over 12 years ago
FEST-258 : fix NPE that would occur if error stack trace filtering is enabled and we JUnit is not in the classpath More... over 12 years ago
fix comment More... over 12 years ago
FEST-214 : isSorted assertions on arrays and List More... over 12 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... over 12 years ago
Fixes FEST-449 : Improve how we fail a unit test expecting an AssertionError to be thrown More... over 12 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 13 years ago
Fix bug on endWith assertion calling shouldStartWith error message factory instead of shouldEndWith More... almost 13 years ago
FEST-444 throwable assertions More... almost 13 years ago
fixes FEST-387 fail() overloaded version when expected exception didn't occur More... almost 13 years ago
Fixes FEST-448 : Add fail API More... almost 13 years ago
FEST-437 : initialize failures attribute More... almost 13 years ago
Add comment to explain wht actual visbility has been set to protected (to allow custom assertion to access actual) More... almost 13 years ago
FEST 63 : - add base Date assertions with String parameter : isIn, isNotIn, isEqualTo, isNotEqualTo - add isAfterYear assertion - complete unit tests More... almost 13 years ago
Ignore eclipse .settings More... almost 13 years ago
FEST-63 implementation More... about 13 years ago
remove eclipse generated file More... about 13 years ago
Ignore generated test files actual.txt and expected.txt More... about 13 years ago
FEST-430 : containsNull/doesNotContainNull implementation and tests More... about 13 years ago
Merge branch 'master' of github.com:alexruiz/fest-assert-2.x More... about 13 years ago
Added support for arrays to org.fest.assertions.groups.Properties. More... about 13 years ago
Replaced method "onProperty(String)" on FEST-Assert 1.x ListAssert and Collection assert with new class "Properties." More... about 13 years ago
Implemented BigDecimalAssert. More... over 13 years ago
Implemented Condition AllOf. Cleaned up code. More... over 13 years ago