Searched refs:getInvocationListeners (Results 1 – 5 of 5) sorted by relevance
130 assertThat(mockSettingsImpl.getInvocationListeners()) in shouldAddVerboseLoggingListener()144 assertThat(mockSettingsImpl.getInvocationListeners()).hasSize(1); in shouldAddVerboseLoggingListenerOnlyOnce()157 assertThat(mockSettingsImpl.getInvocationListeners()).contains(invocationListener); in shouldAddInvocationListener()172 assertThat(mockSettingsImpl.getInvocationListeners()) in canAddDuplicateInvocationListeners_ItsNotOurBusinessThere()233 assertThat(mockSettingsImpl.getInvocationListeners()).isEmpty(); in addListeners_has_empty_listeners_by_default()244 assertThat(mockSettingsImpl.getInvocationListeners()).contains(invocationListener); in addListeners_shouldAddMockObjectListeners()258 assertThat(mockSettingsImpl.getInvocationListeners()) in addListeners_canAddDuplicateMockObjectListeners_ItsNotOurBusinessThere()
84 List<InvocationListener> getInvocationListeners(); in getInvocationListeners() method
28 this.invocationListeners = settings.getInvocationListeners(); in InvocationNotifierHandler()
132 public List<InvocationListener> getInvocationListeners() { in getInvocationListeners() method in CreationSettings
222 return !getInvocationListeners().isEmpty(); in hasInvocationListeners()