Package org.jmock.internal
Class ObjectMethodExpectationBouncer
- java.lang.Object
-
- org.jmock.internal.FakeObjectMethods
-
- org.jmock.internal.ObjectMethodExpectationBouncer
-
- All Implemented Interfaces:
Invokable
public class ObjectMethodExpectationBouncer extends FakeObjectMethods
-
-
Constructor Summary
Constructors Constructor Description ObjectMethodExpectationBouncer(Invokable next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.IllegalArgumentExceptioncannotDefineExpectation()protected booleanfakeEquals(java.lang.Object invokedObject, java.lang.Object other)protected voidfakeFinalize(java.lang.Object invokedObject)protected intfakeHashCode(java.lang.Object invokedObject)protected java.lang.StringfakeToString(java.lang.Object invokedObject)-
Methods inherited from class org.jmock.internal.FakeObjectMethods
invoke, toString
-
-
-
-
Constructor Detail
-
ObjectMethodExpectationBouncer
public ObjectMethodExpectationBouncer(Invokable next)
-
-
Method Detail
-
fakeEquals
protected boolean fakeEquals(java.lang.Object invokedObject, java.lang.Object other)- Specified by:
fakeEqualsin classFakeObjectMethods
-
fakeFinalize
protected void fakeFinalize(java.lang.Object invokedObject)
- Specified by:
fakeFinalizein classFakeObjectMethods
-
fakeHashCode
protected int fakeHashCode(java.lang.Object invokedObject)
- Specified by:
fakeHashCodein classFakeObjectMethods
-
fakeToString
protected java.lang.String fakeToString(java.lang.Object invokedObject)
- Specified by:
fakeToStringin classFakeObjectMethods
-
cannotDefineExpectation
private java.lang.IllegalArgumentException cannotDefineExpectation()
-
-