Join Slack
Powered by
``` @Test fun contains() { expect(listOf(1,...
# strikt
c
christophsturm
07/25/2018, 4:36 PM
Copy code
@Test fun contains() { expect(listOf(1, 2, 3)).containsExactlyInAnyOrder(1, 2) }
Open in Slack
Previous
Next