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>
Simple check whether the returned
TestObjectProvider.getUnderTest()
implements Serializable
correctly- Author:
- Oliver Wolff
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Simple check whether the returnedTestObjectProvider.getUnderTest()
implementsSerializable
correctlyMethods inherited from interface de.cuioss.test.valueobjects.objects.TestObjectProvider
getUnderTest
-
Method Details
-
shouldImplementSerializable
Simple check whether the returnedTestObjectProvider.getUnderTest()
implementsSerializable
correctly
-