Interface ShouldImplementEqualsAndHashCode<T>

Type Parameters:
T - identifying the type to be tested is usually but not necessarily at least Serializable.
All Superinterfaces:
TestObjectProvider<T>
All Known Subinterfaces:
ShouldHandleObjectContracts<T>

Simple check whether the returned TestObjectProvider.getUnderTest() implements Object.equals(Object) and Object.hashCode()
Author:
Oliver Wolff