Uses of Class
org.jmock.api.Invocation.ExpectationMode
-
Packages that use Invocation.ExpectationMode Package Description org.jmock.api 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.ExpectationMode Modifier and Type Field Description private Invocation.ExpectationMode
Invocation. mode
Methods in org.jmock.api that return Invocation.ExpectationMode Modifier and Type Method Description static Invocation.ExpectationMode
Invocation.ExpectationMode. valueOf(java.lang.String name)
Returns 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.ExpectationMode Constructor Description Invocation(Invocation.ExpectationMode mode, java.lang.Object invoked, java.lang.reflect.Method method, java.lang.Object... parameterValues)
Invocation(Invocation.ExpectationMode mode, Invocation other)
-