Uses of Interface
org.mockito.MockitoFramework
Packages that use MockitoFramework
-
Uses of MockitoFramework in org.mockito
Methods in org.mockito that return MockitoFrameworkModifier and TypeMethodDescriptionMockitoFramework.addListener(MockitoListener listener) Adds listener to Mockito.static MockitoFrameworkMockito.framework()For advanced users or framework integrators.MockitoFramework.removeListener(MockitoListener listener) When you add listener usingaddListener(MockitoListener)make sure to remove it. -
Uses of MockitoFramework in org.mockito.internal.framework
Classes in org.mockito.internal.framework that implement MockitoFrameworkMethods in org.mockito.internal.framework that return MockitoFrameworkModifier and TypeMethodDescriptionDefaultMockitoFramework.addListener(MockitoListener listener) DefaultMockitoFramework.removeListener(MockitoListener listener)