matchPlace

fun MockKMatcherScope.matchPlace(place: Place): Place

Helper method to verify in a verification scope if a Place matches.

For example:

verify { mock.doSomethingWithPlace(matchPlace(expectedPlace)) }