Searched refs:hasInvocationListeners (Results 1 – 2 of 2) sorted by relevance
94 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddVerboseLoggingListener()106 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddVerboseLoggingListenerOnlyOnce()125 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddInvocationListener()138 assertFalse(mockSettingsImpl.hasInvocationListeners()); in canAddDuplicateInvocationListeners_ItsNotOurBusinessThere()
215 public boolean hasInvocationListeners() { in hasInvocationListeners() method in MockSettingsImpl