Uses of Enum
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
Subclasses with type arguments of type Invocation.ExpectationMode in org.jmock.apiModifier and TypeClassDescriptionstatic enumSupport distinguish between building expectations and asserting against expectations.Fields in org.jmock.api declared as Invocation.ExpectationModeMethods in org.jmock.api that return Invocation.ExpectationModeModifier and TypeMethodDescriptionstatic Invocation.ExpectationModeReturns the enum constant of this type with the specified name.static Invocation.ExpectationMode[]Invocation.ExpectationMode.values()Returns an array containing the constants of this enum type, 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)