another option would be to make `get` assert that ...
# strikt
r
another option would be to make
get
assert that the result is non-null but then you couldn’t do
expectThat(aMap).get("foo").isNull()