assertk icon indicating copy to clipboard operation
assertk copied to clipboard

Version of `IsIn`/`isNotIn` that takes an `Iterable`?

Open JakeWharton opened this issue 1 year ago • 0 comments

I have my expected values in a constant that's shared, but I have to do isIn(*values) with an arrayOf constant instead of isIn(values) with a listOf constant today.

JakeWharton avatar Oct 18 '24 04:10 JakeWharton