assertk
assertk copied to clipboard
Add containsExactlyInAnyOrder(expected: Iterable<T>) support
Introduces a new inline generic function to enhance the existing assertion capabilities for Iterable types: containsExactlyInAnyOrder(expected: Iterable<T>), reducing manual conversions.
If this approach makes sense, the next PR will contain similar improvements for the remaining iterable methods, thanks!