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

PointerPropertiesSubject

class PointerPropertiesSubject


Subject for PointerProperties

Summary

Public functions

PointerPropertiesSubject
assertThat(other: PointerProperties)
Unit
hasId(id: Int)
Unit
hasToolType(toolType: Int)
Unit
isEqualTo(other: PointerProperties)
Factory<PointerPropertiesSubject, PointerProperties>

Public functions

assertThat

fun assertThat(other: PointerProperties): PointerPropertiesSubject

hasId

fun hasId(id: Int): Unit

hasToolType

fun hasToolType(toolType: Int): Unit

isEqualTo

fun isEqualTo(other: PointerProperties): Unit

pointerProperties

fun pointerProperties(): Factory<PointerPropertiesSubject, PointerProperties>