Searched defs:assertThat (Results 1 – 1 of 1) sorted by relevance
83 fun assertThat(view: View?): ViewSubject = assertAbout(views()).that(view) in <lambda>() method108 fun assertThat(view: TextView?): TextViewSubject = assertAbout(textViews()).that(view) in hasTextColor() method139 fun assertThat(view: ImageView?): ImageViewSubject = assertAbout(imageViews()).that(view) in assertThat() method168 fun assertThat(view: FrameLayout?): FrameLayoutSubject = in assertThat() method263 fun assertThat(view: LinearLayout?): LinearLayoutSubject = in assertThat() method297 fun assertThat(color: Color?): ColorSubject = assertAbout(colors()).that(color) in assertThat() method