public final class

PointerPropertiesSubject

extends Subject<PointerPropertiesSubjectMotionEvent.PointerProperties>
java.lang.Object
   ↳ com.google.common.truth.Subject<androidx.test.ext.truth.view.PointerPropertiesSubjectandroid.view.MotionEvent.PointerProperties>
     ↳ androidx.test.ext.truth.view.PointerPropertiesSubject

Summary

Public Methods
static PointerPropertiesSubject assertThat(MotionEvent.PointerProperties other)
void hasId(int id)
void hasToolType(int toolType)
void isEqualTo(MotionEvent.PointerProperties other)
static Factory<PointerPropertiesSubjectMotionEvent.PointerProperties> pointerProperties()
[Expand]
Inherited Methods
From class com.google.common.truth.Subject
From class java.lang.Object

Public Methods

public static PointerPropertiesSubject assertThat (MotionEvent.PointerProperties other)

Parameters
other MotionEvent.PointerProperties
Returns
PointerPropertiesSubject

public void hasId (int id)

Parameters
id int

public void hasToolType (int toolType)

Parameters
toolType int

public void isEqualTo (MotionEvent.PointerProperties other)

Parameters
other MotionEvent.PointerProperties