Home
last modified time | relevance | path

Searched defs:assertThat (Results 1 – 1 of 1) sorted by relevance

/glance/glance-appwidget/src/test/kotlin/androidx/glance/appwidget/
DViewSubject.kt83 fun assertThat(view: View?): ViewSubject = assertAbout(views()).that(view) in <lambda>() method
108 fun assertThat(view: TextView?): TextViewSubject = assertAbout(textViews()).that(view) in hasTextColor() method
139 fun assertThat(view: ImageView?): ImageViewSubject = assertAbout(imageViews()).that(view) in assertThat() method
168 fun assertThat(view: FrameLayout?): FrameLayoutSubject = in assertThat() method
263 fun assertThat(view: LinearLayout?): LinearLayoutSubject = in assertThat() method
297 fun assertThat(color: Color?): ColorSubject = assertAbout(colors()).that(color) in assertThat() method