Uses of Enum Class
de.cuioss.test.valueobjects.api.object.ObjectTestContracts
Packages that use ObjectTestContracts
-
Uses of ObjectTestContracts in de.cuioss.test.valueobjects.api.object
Fields in de.cuioss.test.valueobjects.api.object with type parameters of type ObjectTestContractsModifier and TypeFieldDescriptionstatic final Set<ObjectTestContracts>
ObjectTestContracts.OBJECT_CONTRACTS
Identifies the contract that are specific to Object contracts.Methods in de.cuioss.test.valueobjects.api.object that return ObjectTestContractsModifier and TypeMethodDescriptionstatic ObjectTestContracts
Returns the enum constant of this class with the specified name.static ObjectTestContracts[]
ObjectTestContracts.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectTestContracts in de.cuioss.test.valueobjects.util
Methods in de.cuioss.test.valueobjects.util that return types with arguments of type ObjectTestContractsModifier and TypeMethodDescriptionstatic Set<ObjectTestContracts>
ObjectContractHelper.handleOptedInContracts
(Class<?> annotated) Checks the given type for the annotationVerifyObjectTestContract
and creates a set with all correspondingObjectTestContracts
.static Set<ObjectTestContracts>
ObjectContractHelper.handleVetoedContracts
(Class<?> annotated) Checks the given type for the annotationVetoObjectTestContract
andVetoObjectTestContracts
creates a set with allOBJECT_CONTRACTS
but the vetoed contracts.