|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.jmock | |
| org.jmock.internal | |
| org.jmock.lib.action | |
| org.jmock.syntax | |
| Uses of Action in org.jmock |
|---|
| Methods in org.jmock that return Action | ||
|---|---|---|
static Action |
Expectations.doAll(Action... actions)
|
|
static Action |
Expectations.onConsecutiveCalls(Action... actions)
|
|
static Action |
Expectations.returnEnumeration(Collection<?> collection)
|
|
static
|
Expectations.returnEnumeration(T... items)
|
|
static Action |
Expectations.returnIterator(Collection<?> collection)
|
|
static
|
Expectations.returnIterator(T... items)
|
|
static Action |
Expectations.returnValue(Object result)
|
|
static Action |
Expectations.throwException(Throwable throwable)
|
|
| Methods in org.jmock with parameters of type Action | |
|---|---|
void |
Expectations.buildExpectations(Action defaultAction,
ExpectationCollector collector)
|
static Action |
Expectations.doAll(Action... actions)
|
static Action |
Expectations.onConsecutiveCalls(Action... actions)
|
void |
Expectations.will(Action action)
|
| Uses of Action in org.jmock.internal |
|---|
| Classes in org.jmock.internal that implement Action | |
|---|---|
class |
ReturnDefaultValueAction
Returns a value of the invoked method's result type. |
| Methods in org.jmock.internal with parameters of type Action | |
|---|---|
void |
ExpectationBuilder.buildExpectations(Action defaultAction,
ExpectationCollector collector)
|
void |
InvocationExpectation.setAction(Action action)
|
void |
InvocationExpectationBuilder.setAction(Action action)
|
void |
InvocationExpectation.setDefaultAction(Action action)
|
Expectation |
InvocationExpectationBuilder.toExpectation(Action defaultAction)
|
| Constructors in org.jmock.internal with parameters of type Action | |
|---|---|
InvocationToExpectationTranslator(ExpectationCapture capture,
Action defaultAction)
|
|
| Uses of Action in org.jmock.lib.action |
|---|
| Classes in org.jmock.lib.action that implement Action | |
|---|---|
class |
ActionSequence
Returns the next of a sequence of elements each time it is invoked. |
class |
CustomAction
A partial implementation of the Action interface that makes it convenient
to implement application-specific actions with inline anonymous classes. |
class |
DoAllAction
Performs multiple actions every time it is invoked. |
class |
ReturnEnumerationAction
Returns an Enumeration over a collection. |
class |
ReturnIteratorAction
Returns an Iterator over a collection. |
class |
ReturnValueAction
Returns a value. |
class |
ThrowAction
Throws an exception. |
class |
VoidAction
Returns nothing from a void method. |
| Constructors in org.jmock.lib.action with parameters of type Action | |
|---|---|
ActionSequence(Action... actions)
|
|
DoAllAction(Action... actions)
|
|
| Uses of Action in org.jmock.syntax |
|---|
| Methods in org.jmock.syntax with parameters of type Action | |
|---|---|
void |
ActionClause.will(Action action)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||