PointerCoordsSubject

public final class PointerCoordsSubject extends Subject


Subject for PointerProperties

Summary

Inherited methods

From com.google.common.truth.Subject
String
final boolean

This method is deprecated.

final void
final void
failWithoutActual(Fact first, Fact[] rest)
final int

This method is deprecated.

final StandardSubjectBuilder
void
isAnyOf(Object first, Object second, Object[] rest)
void
isEqualTo(Object expected)
void
isIn(Iterable<Object> iterable)
void
void
isNoneOf(Object first, Object second, Object[] rest)
void
isNotEqualTo(Object unexpected)
void
isNotIn(Iterable<Object> iterable)
void
void
final void
void
final void
String

This method is deprecated.

Public methods

assertThat

public static PointerCoordsSubject assertThat(MotionEvent.PointerCoords other)

axisValue

public FloatSubject axisValue(int axis)

orientation

public FloatSubject orientation()

pressure

public FloatSubject pressure()

size

public FloatSubject size()

toolMajor

public FloatSubject toolMajor()

toolMinor

public FloatSubject toolMinor()

touchMajor

public FloatSubject touchMajor()

touchMinor

public FloatSubject touchMinor()

x

public FloatSubject x()

y

public FloatSubject y()