Uses of Interface
de.cuioss.test.valueobjects.api.object.ObjectTestContract
Packages that use ObjectTestContract
Package
Description
Provides structures and classes for
Object
-contract
specific tests.Provides implementations for the contracts defined at
de.cuioss.test.valueobjects.api.contracts
and
ObjectTestContracts
-
Uses of ObjectTestContract in de.cuioss.test.valueobjects.api.object
Methods in de.cuioss.test.valueobjects.api.object that return ObjectTestContract -
Uses of ObjectTestContract in de.cuioss.test.valueobjects.contract
Classes in de.cuioss.test.valueobjects.contract that implement ObjectTestContractModifier and TypeClassDescriptionclass
Helper class providing base functionality for test for theObject.equals(Object)
andObject.hashCode()
variants of classes.class
Tests whether the object in hand implementsSerializable
and than serializes / deserializes the object, and compares the newly created object with the original by usingObject.equals(Object)
class
Checks whether the object in hand implementsObject.toString()
and calls it will fully populated object.