`assertThat(aMap).hasEntry("foo", 3)` is the simpl...
# strikt
r
assertThat(aMap).hasEntry("foo", 3)
is the simple form, but it’s equivalent to just
isEqualTo
on the value