thatIsListItemContent

fun thatIsListItemContent(primaryText: String, secondaryText: String? = null): Matcher<View>

Checks that the list item is a ListItemContentViewModel and validates its ListItemContentViewModel.primaryTextArea and ListItemContentViewModel.secondaryTextArea.

It uses reflection to get the ViewModel back from a data binding.