Searched refs:collectionListenerCaptor (Results 1 – 3 of 3) sorted by relevance
73 ArgumentCaptor<NotifCollectionListener> collectionListenerCaptor = in setUp() local75 verify(collection).addCollectionListener(collectionListenerCaptor.capture()); in setUp()76 NotifCollectionListener listener = collectionListenerCaptor.getValue(); in setUp()
247 ArgumentCaptor<NotifCollectionListener> collectionListenerCaptor = in NotificationTestHelper() local249 verify(collection).addCollectionListener(collectionListenerCaptor.capture()); in NotificationTestHelper()250 mBindPipelineEntryListener = collectionListenerCaptor.getValue(); in NotificationTestHelper()
137 val collectionListenerCaptor = ArgumentCaptor.forClass(NotifCollectionListener::class.java) in setUp() constant138 verify(notificationCollection).addCollectionListener(collectionListenerCaptor.capture()) in setUp()139 notifCollectionListener = collectionListenerCaptor.value!! in setUp()