|
Does AssertJ have support for verifying that an iterable contains all specified elements in order? I'm looking for something that works like this: If AssertJ doesn't have a method like this yet, would there be interest in adding this? |
Answered by
breun
May 13, 2025
Replies: 1 comment
|
Ah, it seems I was looking for |
0 replies
Answer selected by
breun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, it seems I was looking for
containsSubsequence/doesNotContainSubsequence!