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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isListenerDirty()
Indicates that the listener is dirty and should be removed from the subscribers
-