Searched refs:notificationArgumentCaptor (Results 1 – 2 of 2) sorted by relevance
1406 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetPsNotifications() local1408 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetPsNotifications()1410 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications()1439 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsNotifications() local1441 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetCsNotifications()1443 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications()1471 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsNormalNotifications() local1473 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetCsNormalNotifications()1475 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications()1504 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsEmergencyNotifications() local[all …]
1959 ArgumentCaptor<Notification> notificationArgumentCaptor = in validateUserApprovalNotification() local1962 notificationArgumentCaptor.capture()); in validateUserApprovalNotification()1963 Notification notification = notificationArgumentCaptor.getValue(); in validateUserApprovalNotification()