Searched refs:shadowListView (Results 1 – 2 of 2) sorted by relevance
157 ShadowListView shadowListView = prepareListWithThreeItems(); in findItemContainingText_shouldFindChildByString() local158 View item1 = shadowListView.findItemContainingText("Item 1"); in findItemContainingText_shouldFindChildByString()164 ShadowListView shadowListView = prepareListWithThreeItems(); in findItemContainingText_shouldReturnNullIfNotFound() local165 assertThat(shadowListView.findItemContainingText("Non-existent item")).isNull(); in findItemContainingText_shouldReturnNullIfNotFound()170 ShadowListView shadowListView = prepareListWithThreeItems(); in clickItemContainingText_shouldPerformItemClickOnList() local177 shadowListView.clickFirstItemContainingText("Item 1"); in clickItemContainingText_shouldPerformItemClickOnList()190 ShadowListView shadowListView = shadowOf(listView); in clickItemContainingText_shouldPerformItemClickOnList_arrayAdapter() local197 shadowListView.clickFirstItemContainingText("Item 3"); in clickItemContainingText_shouldPerformItemClickOnList_arrayAdapter()203 ShadowListView shadowListView = prepareListWithThreeItems(); in clickItemContainingText_shouldThrowExceptionIfNotFound() local204 shadowListView.clickFirstItemContainingText("Non-existant item"); in clickItemContainingText_shouldThrowExceptionIfNotFound()
59 ShadowListView shadowListView = Shadow.extract(realAlertDialog.getListView()); in clickOnItem() local60 shadowListView.performItemClick(index); in clickOnItem()