Package de.cuioss.test.valueobjects.api.object


package de.cuioss.test.valueobjects.api.object
Provides structures and classes for Object-contract specific tests. This tests will implicitly be run by ValueObjectTest. If you want to skip a certain test you can use VetoObjectTestContract to do so: @VetoObjectTestContract(ObjectTestContracts#SERIALIZABLE) will result in the SerializableContractImpl not to being run. The default contract tests are defined within ObjectTestContracts
Author:
Oliver Wolff