11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump maven-gpg-plugin from 1.6 to 3.0.1 (#98) More... over 5 years ago
The white space was deleted in shouldNotBe and the format was changed… (#2203) More... over 5 years ago
Favor `requireNonNull` with `Supplier` More... over 5 years ago
Bump jacoco-maven-plugin.version from 0.8.6 to 0.8.7 More... over 5 years ago
Update ShouldBeEqual assertion message (#2200) More... over 5 years ago
Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#97) More... over 5 years ago
Bump license-maven-plugin from 4.0 to 4.1 (#95) More... over 5 years ago
Configure pitest (#2195) More... over 5 years ago
Add tests for default representation of AtomicStampedReference, AtomicReference and AtomicMarkableReference More... over 5 years ago
Fix 'toString' method of subclasses of AtomicReference isn't used for presentation Fixes #2192 More... over 5 years ago
Remove varargs comments More... over 5 years ago
Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#96) More... over 5 years ago
Remove unnecessary javadoc from internal class, import Map.Entry More... over 5 years ago
Simplify building the mapping description and make it protected for user to override it. More... over 5 years ago
Add IterableAssert.elements(int...) to assert on specific elements in an Iterable. More... over 5 years ago
Fix javadoc generic parameter declaration More... over 5 years ago
Add Mapped Condition Fixes #2103 More... over 5 years ago
Move adding line numbers to soft assertion errors to DefaultAssertionErrorCollector so that SoftAssertionsExtension benefits from it. Use expectAssertionError when possible. More... over 5 years ago
Improve PULL_REQUEST_TEMPLATE.md More... over 5 years ago
Fix some warnings in AssertJ codebase More... over 5 years ago
Mark all possible public methods leading to heap pollution with `@SafeVarargs` and make them final in AtomicReferenceArrayAssert (#2183) More... over 5 years ago
Clarify how to write code samples in javadoc. More... over 5 years ago
Put a reference in the PR template to the contributing guidelines in the hope contributors will follow them more consistently. Improve the contributing guidelines a bit. More... over 5 years ago
Bump equalsverifier from 3.5.5 to 3.6 (#2178) More... over 5 years ago
Add support for Fine-grained Representations with CompositeRepresentation Fixes #2048 More... over 5 years ago
implement hasExactlyElementsOfTypes More... over 5 years ago
Bump byte-buddy.version from 1.10.22 to 1.11.0 (#2175) More... over 5 years ago
[Breaking change] Align return types across assertions / assumptions / soft assertions and do not use Abstract Asserts. The breaking change is for people that have implemented WithAssertions or WithAssumption as they now have a different return type, the regular user should not see any difference. More... over 5 years ago
Use varargs for satisfiesAnyOf to remove the multiple overloaded versions More... over 5 years ago
Clarify newListAssertInstance javadoc More... over 5 years ago