or
Matches argument that satisfies any matcher (first, second or any from moreMatchers).
// matches every `getForIndex` with arg that is equal 2 or 4
every { dependency.getForIndex(or(1, 4)) }Content copied to clipboard
Matches argument that satisfies any matcher (first, second or any from moreMatchers).
// matches every `getForIndex` with arg that is equal 2 or 4
every { dependency.getForIndex(or(1, 4)) }