Index

A B C D E F G H I J L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

C

CallbackAwareInstantiator<T> - Class in de.cuioss.test.valueobjects.objects.impl
Delegate to ParameterizedInstantiator that calls ConfigurationCallBackHandler.configure(Object) after creation of the object.
CallbackAwareInstantiator() - Constructor for class de.cuioss.test.valueobjects.objects.impl.CallbackAwareInstantiator
 
CHARACTERS - Static variable in class de.cuioss.test.valueobjects.generator.JavaTypesGenerator
Creates an instance of of PropertyMetadata for Character.
CHARACTERS_PRIMITIVE - Static variable in class de.cuioss.test.valueobjects.generator.JavaTypesGenerator
Creates an instance of of PropertyMetadata for char-primitives with a default value of .
CLASS - Static variable in class de.cuioss.test.valueobjects.generator.JavaTypesGenerator
Creates an instance of of PropertyMetadata for Class.
clear() - Static method in class de.cuioss.test.valueobjects.generator.TypedGeneratorRegistry
Clears the registry.
COLLECTION - Enum constant in enum class de.cuioss.test.valueobjects.property.util.CollectionType
Represents a Collection.
COLLECTION_IGNORE_ORDER - Enum constant in enum class de.cuioss.test.valueobjects.property.util.AssertionStrategy
Indicates that a Collection will be compared ignoring the order
CollectionAsserts - Class in de.cuioss.test.valueobjects.property.util
Helper class for asserts on Collection level
CollectionAsserts() - Constructor for class de.cuioss.test.valueobjects.property.util.CollectionAsserts
 
collectionType() - Element in annotation interface de.cuioss.test.valueobjects.api.property.PropertyConfig
In case there is a collectionType defined the generated values will implicitly wrapped in the corresponding collection class defined by that wrapper, defaults to CollectionType.NO_ITERABLE.
collectionType(CollectionType) - Method in class de.cuioss.test.valueobjects.property.impl.PropertyMetadataImpl.PropertyMetadataBuilder
 
CollectionType - Enum Class in de.cuioss.test.valueobjects.property.util
Used for static intersection of collection-types.
CollectionTypeGenerator<T> - Class in de.cuioss.test.valueobjects.generator.dynamic.impl
Generator for Iterable / Collection interfaces
CollectionTypeGenerator() - Constructor for class de.cuioss.test.valueobjects.generator.dynamic.impl.CollectionTypeGenerator
 
compareTo(PropertyMetadata) - Method in class de.cuioss.test.valueobjects.property.impl.PropertyMetadataImpl
 
ConfigurationCallBackHandler<T> - Interface in de.cuioss.test.valueobjects.objects
Defines a callback-method in case of further configuration of concrete test-objects.
configure(T) - Method in interface de.cuioss.test.valueobjects.objects.ConfigurationCallBackHandler
Callback method for configuring a concrete created test-object.
ConstructorBasedGenerator<T> - Class in de.cuioss.test.valueobjects.generator.dynamic.impl
 
ConstructorBasedGenerator() - Constructor for class de.cuioss.test.valueobjects.generator.dynamic.impl.ConstructorBasedGenerator
 
ConstructorBasedInstantiator<T> - Class in de.cuioss.test.valueobjects.objects.impl
This ParameterizedInstantiator uses a constructor derived by the given RuntimeProperties#getAllProperties() in order to instantiate Objects
ConstructorBasedInstantiator(Class<T>, RuntimeProperties) - Constructor for class de.cuioss.test.valueobjects.objects.impl.ConstructorBasedInstantiator
Constructor.
constructorConfigToPropertyMetadata(VerifyConstructor, Collection<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.util.AnnotationHelper
Creates a List of PropertyMetadata according to the given parameter
containsGenerator(Class<?>) - Static method in class de.cuioss.test.valueobjects.generator.TypedGeneratorRegistry
Checks whether the registry already contains a TypedGenerator for the given type
containsKey(String) - Method in class de.cuioss.test.valueobjects.util.IdentityResourceBundle
 
ContractRegistry - Class in de.cuioss.test.valueobjects.contract
Helper class handling the registration of TestContracts
ContractRegistry() - Constructor for class de.cuioss.test.valueobjects.contract.ContractRegistry
 
CopyConstructorContractImpl<T> - Class in de.cuioss.test.valueobjects.contract
TestContract for dealing Constructor and factories, VerifyConstructor and VerifyFactoryMethod respectively
CopyConstructorContractImpl() - Constructor for class de.cuioss.test.valueobjects.contract.CopyConstructorContractImpl
 
createBeanPropertyTestContract(Class<T>, Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.contract.BeanPropertyContractImpl
Factory method for creating an instance of BeanPropertyContractImpl depending on the given parameter
createBuilderTestContract(Class<T>, Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.contract.BuilderContractImpl
Factory method for creating an instance of BuilderContractImpl depending on the given parameter
createCopy(boolean) - Method in class de.cuioss.test.valueobjects.property.PropertySupport
Creates a copy of this instance
createCopyWithNonEqualValue() - Method in class de.cuioss.test.valueobjects.property.PropertySupport
Creates a copy of this instance.
createPropertyMetadata(Class<?>, PropertyHolder) - Static method in class de.cuioss.test.valueobjects.util.ReflectionHelper
Creates a PropertyMetadata for a given field.
createTestContract(Class<T>, Class<?>, List<PropertyMetadata>, List<TestContract<T>>) - Static method in class de.cuioss.test.valueobjects.contract.CopyConstructorContractImpl
Factory method for creating a an CopyConstructorContractImpl depending on the given parameter
createTestContracts(Class<T>, Class<?>, List<PropertyMetadata>) - Static method in class de.cuioss.test.valueobjects.contract.ObjectCreatorContractImpl
Factory method for creating a List of instances of ObjectCreatorContractImpl depending on the given parameter
A B C D E F G H I J L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values