public final class

LocationCorrespondences

extends Object
java.lang.Object
   ↳ androidx.test.ext.truth.location.LocationCorrespondences

Class Overview

Collection of Correspondence helpers for asserting lists of Locations.

See also:

Summary

Public Methods
static Correspondence<LocationLocation> at()
static Correspondence<LocationLocation> equality()
static Correspondence<LocationLocation> nearby(float distanceM)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Correspondence<LocationLocation> at ()

Returns
Correspondence<LocationLocation>

public static Correspondence<LocationLocation> equality ()

Returns
Correspondence<LocationLocation>

public static Correspondence<LocationLocation> nearby (float distanceM)

Parameters
distanceM float
Returns
Correspondence<LocationLocation>