Home
last modified time | relevance | path

Searched refs:hasInvocationListeners (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/creation/
DMockSettingsImplTest.java94 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddVerboseLoggingListener()
106 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddVerboseLoggingListenerOnlyOnce()
125 assertFalse(mockSettingsImpl.hasInvocationListeners()); in shouldAddInvocationListener()
138 assertFalse(mockSettingsImpl.hasInvocationListeners()); in canAddDuplicateInvocationListeners_ItsNotOurBusinessThere()
/external/mockito/src/main/java/org/mockito/internal/creation/
DMockSettingsImpl.java215 public boolean hasInvocationListeners() { in hasInvocationListeners() method in MockSettingsImpl