Join Slack
Powered by
`assertThat(aMap).hasEntry("foo", 3)` is the simpl...
# strikt
r
robfletcher
03/12/2019, 6:34 PM
assertThat(aMap).hasEntry("foo", 3)
is the simple form, but it’s equivalent to just
isEqualTo
on the value
2
Views
Open in Slack
Previous
Next