|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invokable | |
|---|---|
| org.jmock.api | |
| org.jmock.internal | |
| org.jmock.lib | |
| org.jmock.lib.action | |
| org.jmock.lib.concurrent | |
| Uses of Invokable in org.jmock.api |
|---|
| Subinterfaces of Invokable in org.jmock.api | |
|---|---|
interface |
Action
An object that fakes the behaviour of an InvocationExpectation. |
| Methods in org.jmock.api that return Invokable | |
|---|---|
Invokable |
ThreadingPolicy.synchroniseAccessTo(Invokable mockObject)
|
| Methods in org.jmock.api with parameters of type Invokable | ||
|---|---|---|
|
Imposteriser.imposterise(Invokable mockObject,
Class<T> mockedType,
Class<?>... ancilliaryTypes)
Creates an imposter for a given type that forwards Invocations to an
Invokable object. |
|
Invokable |
ThreadingPolicy.synchroniseAccessTo(Invokable mockObject)
|
|
| Uses of Invokable in org.jmock.internal |
|---|
| Classes in org.jmock.internal that implement Invokable | |
|---|---|
class |
FakeObjectMethods
|
class |
InvocationDiverter<T>
|
class |
InvocationToExpectationTranslator
|
class |
ObjectMethodExpectationBouncer
|
class |
ProxiedObjectIdentity
|
class |
ReturnDefaultValueAction
Returns a value of the invoked method's result type. |
| Methods in org.jmock.internal that return Invokable | |
|---|---|
Invokable |
SingleThreadedPolicy.synchroniseAccessTo(Invokable mockObject)
|
| Methods in org.jmock.internal with parameters of type Invokable | |
|---|---|
Invokable |
SingleThreadedPolicy.synchroniseAccessTo(Invokable mockObject)
|
| Constructors in org.jmock.internal with parameters of type Invokable | |
|---|---|
FakeObjectMethods(Invokable next)
|
|
InvocationDiverter(Class<T> declaringType,
T target,
Invokable next)
|
|
ObjectMethodExpectationBouncer(Invokable next)
|
|
ProxiedObjectIdentity(Invokable next)
|
|
| Uses of Invokable in org.jmock.lib |
|---|
| Methods in org.jmock.lib with parameters of type Invokable | ||
|---|---|---|
|
JavaReflectionImposteriser.imposterise(Invokable mockObject,
Class<T> mockedType,
Class<?>... ancilliaryTypes)
|
|
| Uses of Invokable in org.jmock.lib.action |
|---|
| Classes in org.jmock.lib.action that implement Invokable | |
|---|---|
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. |
| Uses of Invokable in org.jmock.lib.concurrent |
|---|
| Methods in org.jmock.lib.concurrent that return Invokable | |
|---|---|
Invokable |
Synchroniser.synchroniseAccessTo(Invokable mockObject)
|
| Methods in org.jmock.lib.concurrent with parameters of type Invokable | |
|---|---|
Invokable |
Synchroniser.synchroniseAccessTo(Invokable mockObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||