Package-level declarations

Properties

Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchButton: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchEmptyStateView: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchListContainer: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchListEntry: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchPanel: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchTextInputView: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchTextView: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsSearchToastContainer: Matcher<View>

Functions

Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsContactsSearchListEntryWithText(text: String): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsContactsSearchToastWithText(text: String): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForContactsSearchList(): ViewInteraction
@IviExperimental(reasons = [])
fun waitForContactsSearchListWithContentItemsCount(contentItemsCount: Int, timeoutMs: Long? = null): ViewInteraction
@IviExperimental(reasons = [])
fun waitForContactsSearchListWithHeaderItemsCount(contentItemsCount: Int, timeoutMs: Long? = null): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForContactsSearchToastWithText(text: String): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForSearchButton(toBeEnabled: Boolean): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForSearchEmptyStateView(visible: Boolean): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForSearchField(toBeFocused: Boolean): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForSearchFieldWithText(text: String): ViewInteraction