{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PointerPropertiesSubject

public final class PointerPropertiesSubject


Subject for PointerProperties

Summary

Public methods

static @NonNull PointerPropertiesSubject
assertThat(@NonNull PointerProperties other)
@NonNull void
hasId(@NonNull int id)
@NonNull void
hasToolType(@NonNull int toolType)
@NonNull void
isEqualTo(@NonNull PointerProperties other)
static @NonNull Factory<PointerPropertiesSubject, PointerProperties>

Public methods

assertThat

@NonNull
public static PointerPropertiesSubject assertThat(@NonNull PointerProperties other)

hasId

@NonNull
public void hasId(@NonNull int id)

hasToolType

@NonNull
public void hasToolType(@NonNull int toolType)

isEqualTo

@NonNull
public void isEqualTo(@NonNull PointerProperties other)

pointerProperties

@NonNull
public static Factory<PointerPropertiesSubject, PointerProperties> pointerProperties()