Uses of Enum Class
org.jmock.api.Invocation.ExpectationMode
Packages that use Invocation.ExpectationMode
Package
Description
The stable API that is used to extend jMock at its published plug-in points.
-
Uses of Invocation.ExpectationMode in org.jmock.api
Fields in org.jmock.api declared as Invocation.ExpectationModeMethods in org.jmock.api that return Invocation.ExpectationModeModifier and TypeMethodDescriptionstatic Invocation.ExpectationMode
Returns the enum constant of this class with the specified name.static Invocation.ExpectationMode[]
Invocation.ExpectationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jmock.api with parameters of type Invocation.ExpectationModeModifierConstructorDescriptionInvocation
(Invocation.ExpectationMode mode, Object invoked, Method method, Object... parameterValues) Invocation
(Invocation.ExpectationMode mode, Invocation other)