Package org.mockito.internal.listeners
Interface AutoCleanableListener
- All Known Implementing Classes:
UniversalTestListener
public interface AutoCleanableListener
Listener that is automatically cleaned up (removed from the the global list of subscribers).
For now, we don't intend to make this interface public.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates that the listener is dirty and should be removed from the subscribers
-
Method Details
-
isListenerDirty
boolean isListenerDirty()Indicates that the listener is dirty and should be removed from the subscribers
-