assertk
assertk copied to clipboard
Version of `IsIn`/`isNotIn` that takes an `Iterable`?
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.