Searched refs:inOrder2 (Results 1 – 1 of 1) sorted by relevance
1715 final InOrder inOrder2 = inOrder(mockListenerTwo); in testNotifySocketDestroyed() local1716 inOrder2.verify(mockListenerTwo).onServiceNameDiscovered( in testNotifySocketDestroyed()1718 inOrder2.verify(mockListenerTwo).onServiceFound( in testNotifySocketDestroyed()1720 inOrder2.verify(mockListenerTwo).onServiceRemoved(matchServiceName(requestedInstance)); in testNotifySocketDestroyed()1721 inOrder2.verify(mockListenerTwo).onServiceNameRemoved(matchServiceName(requestedInstance)); in testNotifySocketDestroyed()1779 InOrder inOrder2 = inOrder(mockListenerTwo); in testServicesAreCached() local1783 inOrder2.verify(mockListenerTwo).onServiceNameDiscovered( in testServicesAreCached()1797 inOrder2.verify(mockListenerTwo).onServiceFound( in testServicesAreCached()1816 inOrder2.verify(mockListenerTwo).onServiceUpdated(serviceInfoCaptor.capture()); in testServicesAreCached()