Searched refs:getInvocationListeners (Results 1 – 6 of 6) sorted by relevance
100 …assertThat(mockSettingsImpl.getInvocationListeners()).extracting("class").contains(VerboseMockInvo… in shouldAddVerboseLoggingListener()112 Assertions.assertThat(mockSettingsImpl.getInvocationListeners()).hasSize(1); in shouldAddVerboseLoggingListenerOnlyOnce()131 … Assertions.assertThat(mockSettingsImpl.getInvocationListeners()).contains(invocationListener); in shouldAddInvocationListener()144 …Assertions.assertThat(mockSettingsImpl.getInvocationListeners()).containsSequence(invocationListen… in canAddDuplicateInvocationListeners_ItsNotOurBusinessThere()
75 List<InvocationListener> getInvocationListeners(); in getInvocationListeners() method
30 this.invocationListeners = settings.getInvocationListeners(); in InvocationNotifierHandler()
121 public List<InvocationListener> getInvocationListeners() { in getInvocationListeners() method in CreationSettings
112 … given(handler.getMockSettings().getInvocationListeners()).willReturn(Arrays.asList(listener)); in create_handler_with_listeners()
211 public List<InvocationListener> getInvocationListeners() { in getInvocationListeners() method in MockSettingsImpl