Index
All Classes and Interfaces|All Packages|Constant Field Values
H
- handleBuilderPropertyConfigAnnotations(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.BuilderPropertyHelper
-
Checks the given type for the annotation
PropertyBuilderConfig
andPropertyBuilderConfigs
and puts all found in the immutableList
to be returned - handleGeneratorHints(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Checks the given type for the annotation
PropertyGeneratorHint
andPropertyGeneratorHints
and registers all found to theTypedGeneratorRegistry
- handleGeneratorsForTestClass(Object, List<TypedGenerator<?>>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Convenience method for handling all Generator specific aspects like initially calling
TypedGeneratorRegistry.registerBasicTypes()
and calling of the individual registering methods likeGeneratorAnnotationHelper.handleUnitClassImplementation(Object)
,GeneratorAnnotationHelper.handlePropertyGenerator(Class)
andGeneratorAnnotationHelper.handleGeneratorHints(Class)
in case there are additionalGenerator given they will be registered as well - handleGetObject(String) - Method in class de.cuioss.test.valueobjects.util.IdentityResourceBundle
- handleMetadataForBuilderTest(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
- handleMetadataForMapperTest(VerifyMapperConfiguration, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
- handleMetadataForPropertyTest(Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
- handleOptedInContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.ObjectContractHelper
-
Checks the given type for the annotation
VerifyObjectTestContract
and creates a set with all correspondingObjectTestContracts
. - handlePostProcess(Class<?>, SortedSet<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
-
Filters the given properties according to the annotated element given.
- handlePostProcessConfig(PropertyReflectionConfig, SortedSet<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
-
Filters the given properties according to the annotated element given.
- handlePrimitiveAsDefaults(Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
-
Sets all primitives of the given list to
PropertyMetadata.isDefaultValue()
beingtrue
in casePropertyMetadata.getCollectionType()
beingCollectionType.NO_ITERABLE
. - handlePropertyConfigAnnotations(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
-
Checks the given type for the annotation
PropertyConfig
andPropertyConfigs
and puts all found in the immutable set to be returned - handlePropertyConfigAnnotations(Collection<PropertyConfig>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
-
Checks the given type for the annotation
PropertyConfig
andPropertyConfigs
and puts all found in the immutable set to be returned - handlePropertyGenerator(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Checks the given type for the annotation
PropertyGenerator
andPropertyGenerators
and registers all found to theTypedGeneratorRegistry
- handlePropertyMetadata(PropertyReflectionConfig, List<PropertyConfig>, Class<T>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
-
One stop method for the deriving of configured metadata
- handlePropertyMetadata(Class<?>, Class<T>) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
-
One stop method for the deriving of configured metadata
- handleUnitClassImplementation(Object) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Checks whether the actual implementation of the test implements
TypedGenerator
. - handleVetoedContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.ObjectContractHelper
-
Checks the given type for the annotation
VetoObjectTestContract
andVetoObjectTestContracts
creates a set with allObjectTestContracts.OBJECT_CONTRACTS
but the vetoed contracts. - handleWhiteAndBlacklist(String[], String[], Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
-
Handles the white- / black-list for the given parameter
Collection
- handleWhiteAndBlacklistAsList(String[], String[], List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.PropertyHelper
-
Handles the white- / black-list for the given parameter map.
All Classes and Interfaces|All Packages|Constant Field Values