11
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BREAKING CHANGE: Improve AssertionFailedError by replacing actual and expected by their representation as some default toString are not great (arrays for example). This does not address #1801 completely but at least improves the issue. More... about 6 years ago
Revert 3dc400426359866bfef0c65c5e4cbd6d4eeaf9fb because of performance regression. Fixes #1898. More... about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.date, org.assertj.core.api.double2darray, org.assertj.core.api.double_, org.assertj.core.api.doublearray, org.assertj.core.api.doublepredicate, org.assertj.core.api.fail, org.assertj.core.api.file, org.assertj.core.api.filter, org.assertj.core.api.float2darray, org.assertj.core.api.float, org.assertj.core.api.floatarray and org.assertj.core.api.future More... about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.char2darray, org.assertj.core.api.character, org.assertj.core.api.chararray, org.assertj.core.api.charsequence, org.assertj.core.api.classes and org.assertj.core.api.comparable More... about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.bigdecimal, org.assertj.core.api.biginteger, org.assertj.core.api.boolean2darray, org.assertj.core.api.boolean_, org.assertj.core.api.booleanarray, org.assertj.core.api.byte2darray, org.assertj.core.api.byte and org.assertj.core.api.bytearray More... about 6 years ago
Bump mockito.version from 3.4.3 to 3.4.4 More... about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.array, org.assertj.core.api.assumptions and org.assertj.core.api.atomic More... about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.abstract_ More... about 6 years ago
Bump mockito.version from 3.3.3 to 3.4.3 More... about 6 years ago
Unused import More... about 6 years ago
AbstractByteArrayAssert asString should construct a new String with the default or a given charset. Fixes #1940 More... about 6 years ago
Bump mockito.version from 3.3.3 to 3.4.2 (#58) More... about 6 years ago
Bump commons-lang3 from 3.10 to 3.11 (#1943) More... about 6 years ago
Bump maven-bundle-plugin from 4.2.1 to 5.1.1 (#53) More... about 6 years ago
More changes for singly-traversable 'contains' assertions (closes #1941) More... about 6 years ago
Handle infinite or singly-traversable iterables for sequences assertions Fixes #1938 More... about 6 years ago
Recursive comparison should always compare enum with equals as enum don't have fields. Fixes #1939 More... about 6 years ago
Merge pull request #22 from sullis/dependabot-v2 More... about 6 years ago
Add singleElement iterable assertion to replace hasOnlyOneElementSatisfying. Clean up test code. Fixes #1933 More... about 6 years ago
Add two ways to react to collected assertion error. Fixes #1800 More... about 6 years ago
Simplify LastResult success state More... about 6 years ago
fix references to main branch (#1936) More... about 6 years ago
enable Dependabot v2 More... about 6 years ago
Breaking change: make the recursive comparison to ignore overridden equals by default. Fixes #1906 More... about 6 years ago
Fix javadoc warning More... about 6 years ago
Bump byte-buddy.version from 1.10.12 to 1.10.13 (#1934) More... about 6 years ago
Bump assertj-core from 3.15.0 to 3.16.1 (#51) More... about 6 years ago
Improve code coverage and fix a few warnings. More... about 6 years ago
Rename MultidimensionalArrayShouldBeEqual to Array2dElementShouldBeDeepEqual and simplify the implementation. remove ShouldNotBeEmpty.subarrayShouldNotBeEmpty More... about 6 years ago
Rename hasSameSizeAs to hasSameDimensionsAs for two-dimensional array assertions. Fix isEmpty and isNotEmpty that should check there elements absence/presence. Use a better error message for hasDimensions assertion. Improve SubarraysShouldHaveSameSize error message, remove duplication in it (at the cost of being less strongly typed) Remove internal comparison strategy that was applied to rows but the underlying comparator was comparing 2D arrays Refactor tests to check business logic in Arrays2D and verify Char2DArrays and Int2DArrays delegate to it More... about 6 years ago