Package | Description |
---|---|
org.jmock.api |
The stable API that is used to extend jMock at its published plug-in points.
|
Modifier and Type | Method and Description |
---|---|
static Invocation.ExpectationMode |
Invocation.ExpectationMode.valueOf(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.
|
Constructor and Description |
---|
Invocation(Invocation.ExpectationMode mode,
Invocation other) |
Invocation(Invocation.ExpectationMode mode,
Object invoked,
Method method,
Object... parameterValues) |
Copyright © 2003–2024 jMock. All rights reserved.