org.jmock.internal
Class ObjectMethodExpectationBouncer

java.lang.Object
  extended by org.jmock.internal.FakeObjectMethods
      extended by org.jmock.internal.ObjectMethodExpectationBouncer
All Implemented Interfaces:
Invokable

public class ObjectMethodExpectationBouncer
extends FakeObjectMethods


Constructor Summary
ObjectMethodExpectationBouncer(Invokable next)
           
 
Method Summary
protected  boolean fakeEquals(Object invokedObject, Object other)
           
protected  void fakeFinalize(Object invokedObject)
           
protected  int fakeHashCode(Object invokedObject)
           
protected  String fakeToString(Object invokedObject)
           
 
Methods inherited from class org.jmock.internal.FakeObjectMethods
invoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectMethodExpectationBouncer

public ObjectMethodExpectationBouncer(Invokable next)
Method Detail

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.