matchCoordinate

fun MockKMatcherScope.matchCoordinate(coordinate: Coordinate): Coordinate

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

For example:

verify { mock.doSomethingWithCoordinate(matchCoordinate(expectedCoordinate)) }