Searched refs:mBubbleListCaptor (Results 1 – 1 of 1) sorted by relevance
222 private ArgumentCaptor<List<Bubble>> mBubbleListCaptor; field in BubblesTest1223 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()1224 assertThat(mBubbleListCaptor.getValue().get(0).getKey()).isEqualTo( in testDeleteShortcutsDeletesXml()