Package com.tomtom.ivi.platform.tools.api.testing.navigation

Functions

Link copied to clipboard
fun assertCoordinateEqualsApproximately(expected: Coordinate, actual: Coordinate)

Assertion to verify that the actual is approximately equal to the expected.

Link copied to clipboard
fun MockKMatcherScope.matchCoordinate(coordinate: Coordinate): Coordinate

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

Link copied to clipboard
fun MockKMatcherScope.matchPlace(place: Place): Place

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