Uses of Annotation Interface
de.cuioss.test.valueobjects.api.contracts.VerifyConstructor
Packages that use VerifyConstructor
-
Uses of VerifyConstructor in de.cuioss.test.valueobjects.util
Methods in de.cuioss.test.valueobjects.util that return types with arguments of type VerifyConstructorModifier and TypeMethodDescriptionstatic Set<VerifyConstructor>
AnnotationHelper.extractConfiguredConstructorContracts
(Class<?> annotated) Checks the given type for the annotationVerifyConstructor
andVerifyConstructors
and puts all found in the returnedSet
Methods in de.cuioss.test.valueobjects.util with parameters of type VerifyConstructorModifier and TypeMethodDescriptionstatic List<PropertyMetadata>
AnnotationHelper.constructorConfigToPropertyMetadata
(VerifyConstructor config, Collection<PropertyMetadata> givenMetadata) Creates aList
ofPropertyMetadata
according to the given parameter