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
ObjectMethodExpectationBouncer
public ObjectMethodExpectationBouncer(Invokable next)
fakeEquals
protected boolean fakeEquals(Object invokedObject,
Object other)
- Specified by:
fakeEquals in class FakeObjectMethods
fakeFinalize
protected void fakeFinalize(Object invokedObject)
- Specified by:
fakeFinalize in class FakeObjectMethods
fakeHashCode
protected int fakeHashCode(Object invokedObject)
- Specified by:
fakeHashCode in class FakeObjectMethods
fakeToString
protected String fakeToString(Object invokedObject)
- Specified by:
fakeToString in class FakeObjectMethods
Copyright © 2003-2012 jMock. All Rights Reserved.