11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump jackson-databind from 2.12.2 to 2.12.3 (#2168) More... over 5 years ago
Fix containsSubsequence failing when multiple empty subsequence. Refactoring: introduce EMPTY_STRING constant and clean up test style Fixes #2158 More... over 5 years ago
Return concrete type where proxyable types were used More... over 5 years ago
Fix sonar issue complaining about the missing deprecated javadoc More... over 5 years ago
Fix javadoc More... over 5 years ago
Remove Proxyable assert classes since we don't need to subclass assert classes to fix heap pollution with `@SafeVarargs`. More... over 5 years ago
Hide implementation detail of assertContainsOnlyKeys() More... over 5 years ago
Fix NullPointerException in primitive double assertions. Fixes #2166. More... over 5 years ago
Bump mockito.version from 3.8.0 to 3.9.0 (#94) More... over 5 years ago
Bump mockito.version from 3.8.0 to 3.9.0 More... over 5 years ago
Bump maven version from 3.6.3 to 3.8.1 More... over 5 years ago
Bump maven version from 3.6.3 to 3.8.1 More... over 5 years ago
Bump maven version from 3.6.3 to 3.8.1 More... over 5 years ago
Remove unnecessary use of org.assertj.core.internal.Failures class More... over 5 years ago
Mark all possible public methods leading to heap pollution with `@SafeVarargs` and make them final More... over 5 years ago
Remove unnecessary use of org.assertj.core.internal.Objects class More... over 5 years ago
Split tests More... over 5 years ago
Bump actions/setup-java from v1 to v2 More... over 5 years ago
Bump actions/setup-java to version 2 More... over 5 years ago
Bump actions/setup-java to version 2 More... over 5 years ago
Remove RecursiveFieldByFieldComparator as it has been replaced the recursive comparison (specifically by ConfigurableRecursiveFieldByFieldComparator) More... over 5 years ago
Deprecate shallow field by field comparison classes and methods More... over 5 years ago
Breaking change: usingRecursiveFieldByFieldElementComparator in iterable/array/atomic reference array now use the new recursive comparison instead of the old implementation. More... over 5 years ago
AbstractIterableAssert usingRecursiveComparison() is now considered stable Add missing some @since annotations More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparatorIgnoringFields to iterable/array/atomic reference array assertions to deprecate usingElementComparatorIgnoringFields More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparatorOnFields for iterable/array/atomic reference array assertions to restrict the recusive comparison to the specified fields More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparator(RecursiveComparisonConfiguration configuration) to AtomicReferenceArray and Object[] assertions (it was already in iterable and array assertions). More... over 5 years ago
Add comparingOnlyFields to the recursive comparison to restrict the comparison to the specified fields More... over 5 years ago
Fix NullPointerException in StandardRepresentation More... over 5 years ago
Bump license-maven-plugin from 3.0 to 4.0 (#92) More... over 5 years ago