public class ObjectMethodExpectationBouncer extends FakeObjectMethods
Constructor and Description |
---|
ObjectMethodExpectationBouncer(Invokable next) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
fakeEquals(Object invokedObject,
Object other) |
protected void |
fakeFinalize(Object invokedObject) |
protected int |
fakeHashCode(Object invokedObject) |
protected String |
fakeToString(Object invokedObject) |
invoke, toString
public ObjectMethodExpectationBouncer(Invokable next)
protected boolean fakeEquals(Object invokedObject, Object other)
fakeEquals
in class FakeObjectMethods
protected void fakeFinalize(Object invokedObject)
fakeFinalize
in class FakeObjectMethods
protected int fakeHashCode(Object invokedObject)
fakeHashCode
in class FakeObjectMethods
protected String fakeToString(Object invokedObject)
fakeToString
in class FakeObjectMethods
Copyright © 2003–2021 jMock. All rights reserved.