Interface ShouldBeSerializable<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>

public interface ShouldBeSerializable<T> extends TestObjectProvider<T>
Simple check whether the returned TestObjectProvider.getUnderTest() implements Serializable correctly
Author:
Oliver Wolff