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

PointerPropertiesSubject

class PointerPropertiesSubject


Subject for PointerProperties

Summary

Public constructors

Public functions

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

Public constructors

PointerPropertiesSubject

PointerPropertiesSubject()

Public functions

assertThat

java-static fun assertThat(other: PointerProperties!): PointerPropertiesSubject!

hasId

fun hasId(id: Int): Unit

hasToolType

fun hasToolType(toolType: Int): Unit

isEqualTo

fun isEqualTo(other: PointerProperties!): Unit

pointerProperties

java-static fun pointerProperties(): Factory<PointerPropertiesSubject, PointerProperties>!