Honor collections' comparison semantics in contains assertions - #4160
Draft
scordio wants to merge 1 commit into
Draft
Honor collections' comparison semantics in contains assertions#4160scordio wants to merge 1 commit into
contains assertions#4160scordio wants to merge 1 commit into
Conversation
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
2 times, most recently
from
February 21, 2026 11:37
efdc113 to
b0d7d7b
Compare
contains assertionscontains assertions
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
3 times, most recently
from
February 25, 2026 06:49
53bdeea to
e2267e6
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
February 28, 2026 08:57
e2267e6 to
98af2af
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 4, 2026 20:31
98af2af to
41b01c9
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 7, 2026 09:46
41b01c9 to
1b73da1
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 7, 2026 10:33
1b73da1 to
9f7baf9
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 8, 2026 23:02
9f7baf9 to
e079e3f
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 10, 2026 15:54
e079e3f to
8dcc522
Compare
This comment has been minimized.
This comment has been minimized.
scordio
force-pushed
the
gh-4157-case-insensitive-sets
branch
from
March 15, 2026 10:20
8dcc522 to
923a3f4
Compare
🚨 TestLens detected 23 failed tests 🚨Here is what you can do:
Test Summary
🏷️ Commit: 923a3f4 Test Failures (first 5 of 23)IterableAssert should honor SortedSet comparator > should honor sorted set comparator (Iterable) > [1] actual=[FOO] (AssertJ Core in CI / Groovy 4.0.28)
IterableAssert should honor SortedSet comparator > should honor sorted set comparator (Iterable) > [2] actual=[FOO] (AssertJ Core in CI / Groovy 4.0.28)
IterableAssert should honor SortedSet comparator > should honor sorted set comparator (Iterable) > [1] actual=[FOO] (AssertJ Core in CI / Java 25 (macOS-latest))
IterableAssert should honor SortedSet comparator > should honor sorted set comparator (Iterable) > [2] actual=[FOO] (AssertJ Core in CI / Java 25 (macOS-latest))
Iterables assertContainsExactlyInAnyOrder > should fail if expected is null (AssertJ Core in CI / Java 25 (macOS-latest))
Muted TestsNote Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 IterableAssert should honor SortedSet comparator > should honor sorted set comparator (Iterable) Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 Rerun jobs Learn more about TestLens at testlens.app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
containsassertion fails with empty input ifactualis not empty #4159contains/doesNotContainassertions do not followSet::containssemantics with array elements #4175