Uses of Package
org.mockito.listeners
Packages that use org.mockito.listeners
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Mock object creation.
Whatever helps in debugging failed tests.
JUnit integration support classes.
Mocking progress stateful classes.
Verification logic.
Public classes relative to the listener APIs.
Mock settings related classes.
-
Classes in org.mockito.listeners used by org.mockitoClassDescriptionThis listener can be notified of method invocations on a mock.Marker interface for all types of Mockito listeners.When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.This listener gets notified when the user starts verification.
-
Classes in org.mockito.listeners used by org.mockito.internal.creationClassDescriptionThis listener can be notified of method invocations on a mock.When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.This listener gets notified when the user starts verification.
-
Classes in org.mockito.listeners used by org.mockito.internal.creation.settingsClassDescriptionThis listener can be notified of method invocations on a mock.When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.This listener gets notified when the user starts verification.
-
Classes in org.mockito.listeners used by org.mockito.internal.debuggingClassDescriptionThis listener can be notified of method invocations on a mock.Represent a method call on a mock.
-
Classes in org.mockito.listeners used by org.mockito.internal.exceptions
-
Classes in org.mockito.listeners used by org.mockito.internal.framework
-
Classes in org.mockito.listeners used by org.mockito.internal.handlerClassDescriptionThis listener can be notified of method invocations on a mock.Represent a method call on a mock.
-
Classes in org.mockito.listeners used by org.mockito.internal.junitClassDescriptionNotified when mock object is created.Marker interface for all types of Mockito listeners.Represent an information about the looked up stubbingWhen a method is called on a mock object Mockito looks up any stubbings recorded on that mock.
-
Classes in org.mockito.listeners used by org.mockito.internal.listenersClassDescriptionRepresent an information about the looked up stubbingThe instance of this class is passed to
VerificationStartedListener
.This listener gets notified when the user starts verification. -
Classes in org.mockito.listeners used by org.mockito.internal.progressClassDescriptionMarker interface for all types of Mockito listeners.This listener can be notified of verify invocations on a mock.
-
Classes in org.mockito.listeners used by org.mockito.internal.verificationClassDescriptionThis listener can be notified of verify invocations on a mock.
-
Classes in org.mockito.listeners used by org.mockito.listenersClassDescriptionRepresent a method call on a mock.Marker interface for all types of Mockito listeners.Represent an information about the looked up stubbingThe instance of this class is passed to
VerificationStartedListener
. -
Classes in org.mockito.listeners used by org.mockito.mockClassDescriptionThis listener can be notified of method invocations on a mock.When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.This listener gets notified when the user starts verification.