Package-level declarations

Properties

Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactListContainer: Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactListEntry: Matcher<View>
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
val thatIsContactsTabFragment: Matcher<View>

Functions

Link copied to clipboard
@IviExperimental(reasons = [])
fun openContactsTab()
Link copied to clipboard
@IviExperimental(reasons = [])
fun selectContact(name: String)
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsContactListEntryWithText(text: String): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsContactsTabEmptyStateView(state: CommunicationsFunctionalConstraint): Matcher<View>
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForContactsListWithContentItemsCount(entriesCount: Int, timeoutMs: Long? = null): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForContactsListWithHeaderItemsCount(entriesCount: Int, timeoutMs: Long? = null): ViewInteraction
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForContactsTabEmptyStateView(state: CommunicationsFunctionalConstraint): ViewInteraction