Index
All Classes and Interfaces|All Packages|Constant Field Values
E
- emptyCollection() - Method in enum class de.cuioss.test.valueobjects.property.util.CollectionType
-
Returns an empty immutable instance of the corresponding collection-type
- EmptyMapGenerator - Class in de.cuioss.test.valueobjects.generator.dynamic.impl
-
Always generates an empty immutable map
- EmptyMapGenerator() - Constructor for class de.cuioss.test.valueobjects.generator.dynamic.impl.EmptyMapGenerator
- EnableGeneratorRegistry - Annotation Interface in de.cuioss.test.valueobjects.junit5
-
Enables the test-generator handling, see
GeneratorRegistry
for details. - enclosingType() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyFactoryMethod
- equals() - Element in annotation interface de.cuioss.test.valueobjects.api.VerifyMapperConfiguration
- EQUALS_AND_HASHCODE - Enum constant in enum class de.cuioss.test.valueobjects.api.object.ObjectTestContracts
-
Tests the existence and correct implementation of the
Object.equals(Object)
andObject.hashCode()
at the level of the concrete Object. - equalsAndHashCodeBasicOnly() - Element in annotation interface de.cuioss.test.valueobjects.api.object.ObjectTestConfig
- EqualsAndHashcodeContractImpl - Class in de.cuioss.test.valueobjects.contract
-
Helper class providing base functionality for test for the
Object.equals(Object)
andObject.hashCode()
variants of classes. - EqualsAndHashcodeContractImpl() - Constructor for class de.cuioss.test.valueobjects.contract.EqualsAndHashcodeContractImpl
- equalsAndHashCodeExclude() - Element in annotation interface de.cuioss.test.valueobjects.api.object.ObjectTestConfig
- equalsAndHashCodeOf() - Element in annotation interface de.cuioss.test.valueobjects.api.object.ObjectTestConfig
- ExceptionHelper - Class in de.cuioss.test.valueobjects.objects.impl
-
Helper class used for accessing an exception message in a general way
- ExceptionHelper() - Constructor for class de.cuioss.test.valueobjects.objects.impl.ExceptionHelper
- exclude() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyBeanProperty
- exclude() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyBuilder
- exclude() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyCopyConstructor
- exclude() - Element in annotation interface de.cuioss.test.valueobjects.api.property.PropertyReflectionConfig
- exclude() - Element in annotation interface de.cuioss.test.valueobjects.api.VerifyMapperConfiguration
- extractCauseMessageFromThrowable(Throwable) - Static method in class de.cuioss.test.valueobjects.objects.impl.ExceptionHelper
-
Extracts a message from a given throwable in a safe manner.
- extractConfiguredConstructorContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
-
Checks the given type for the annotation
VerifyConstructor
andVerifyConstructors
and puts all found in the returnedSet
- extractConfiguredFactoryContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
-
Checks the given type for the annotation
VerifyFactoryMethod
andVerifyFactoryMethods
and puts all found in the returned list - extractConfiguredGeneratorHints(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Checks the given type for the annotation
PropertyGeneratorHint
andPropertyGeneratorHints
and puts all found in the returned list - extractConfiguredPropertyBuilderConfigs(Class<?>) - 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 immutableSet
to be returned - extractConfiguredPropertyConfigs(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 returned list - extractConfiguredPropertyGenerator(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.GeneratorAnnotationHelper
-
Checks the given type for the annotation
PropertyGenerator
andPropertyGenerators
and puts all found in the returned list - extractConfiguredVetoObjectContracts(Class<?>) - Static method in class de.cuioss.test.valueobjects.util.ObjectContractHelper
-
Checks the given type for the annotation
VetoObjectTestContract
andVetoObjectTestContracts
and puts all found in the immutable list to be returned - extractMessageFromThrowable(Throwable) - Static method in class de.cuioss.test.valueobjects.objects.impl.ExceptionHelper
-
Extracts a message from a given throwable in a safe manner.
- extractNames(Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.objects.RuntimeProperties
-
Extracts the names of a given
Collection
ofPropertyMetadata
All Classes and Interfaces|All Packages|Constant Field Values