JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
boolean
isListenerDirty
()
Indicates that the listener is dirty and should be removed from the subscribers
Method Detail
isListenerDirty
boolean isListenerDirty()
Indicates that the listener is dirty and should be removed from the subscribers
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method