Uses of Class
de.cuioss.test.valueobjects.contract.CopyConstructorContractImpl
Packages that use CopyConstructorContractImpl
Package
Description
Provides implementations for the contracts defined at
de.cuioss.test.valueobjects.api.contracts
and
ObjectTestContracts
-
Uses of CopyConstructorContractImpl in de.cuioss.test.valueobjects.contract
Methods in de.cuioss.test.valueobjects.contract that return types with arguments of type CopyConstructorContractImplModifier and TypeMethodDescriptionstatic final <T> Optional<CopyConstructorContractImpl<T>>
CopyConstructorContractImpl.createTestContract
(Class<T> beanType, Class<?> annotated, List<PropertyMetadata> initialPropertyMetadata, List<TestContract<T>> existingContracts) Factory method for creating a anCopyConstructorContractImpl
depending on the given parameter