mock.hashCode());
}
// Javadoc inherited.
protected MockObject createCheckingMock() {
final InterfaceWithHashCodeMock hashCodeMock =
new InterfaceWithHashCodeMock("hashCodeMock", expectations);
hashCodeMock.configuration.setHashCodeShouldCheckExpectations(true);
return hashCodeMock;
}