Index
All Classes and Interfaces|All Packages|Constant Field Values
V
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyConstructors
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyFactoryMethods
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.generator.PropertyGenerator
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.generator.PropertyGeneratorHints
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.generator.PropertyGenerators
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.object.VerifyObjectTestContracts
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.object.VetoObjectTestContract
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.object.VetoObjectTestContracts
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.object.VetoType
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.property.PropertyBuilderConfigs
- value() - Element in annotation interface de.cuioss.test.valueobjects.api.property.PropertyConfigs
- ValueObjectTest<T> - Class in de.cuioss.test.valueobjects
-
Base-class for running tests on value-objects.
- ValueObjectTest() - Constructor for class de.cuioss.test.valueobjects.ValueObjectTest
- valueOf(String) - Static method in enum class de.cuioss.test.valueobjects.api.object.ObjectTestContracts
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.cuioss.test.valueobjects.property.util.AssertionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.cuioss.test.valueobjects.property.util.CollectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.cuioss.test.valueobjects.property.util.PropertyAccessStrategy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.cuioss.test.valueobjects.api.object.ObjectTestContracts
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.cuioss.test.valueobjects.property.util.AssertionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.cuioss.test.valueobjects.property.util.CollectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.cuioss.test.valueobjects.property.util.PropertyAccessStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VerifyBeanProperty - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
If used on ValueObjectTest this test checks / tests all Bean-properties.
- VerifyBuilder - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
If used on ValueObjectTest this test checks / tests builder of value objects.
- VerifyConstructor - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
If used on ValueObjectTest this test checks / tests constructors.
- VerifyConstructors - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
Wraps a number of
VerifyConstructor
elements. - VerifyCopyConstructor - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
If used on ValueObjectTest this test verifies a copy-constructor.
- verifyDeepCopy() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyCopyConstructor
- verifyDeepCopy(Object, Object) - Static method in class de.cuioss.test.valueobjects.util.DeepCopyTestHelper
-
To test the result of a deep copy function.
- verifyDeepCopy(Object, Object, Collection<String>) - Static method in class de.cuioss.test.valueobjects.util.DeepCopyTestHelper
-
To test the result of a deep copy function.
- verifyDeepCopyIgnore() - Element in annotation interface de.cuioss.test.valueobjects.api.contracts.VerifyCopyConstructor
- VerifyFactoryMethod - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
If used on ValueObjectTest this test checks / tests factory-methods.
- VerifyFactoryMethods - Annotation Interface in de.cuioss.test.valueobjects.api.contracts
-
Wraps a number of
VerifyFactoryMethod
elements. - verifyMapper() - Method in class de.cuioss.test.valueobjects.MapperTest
-
Shorthand for calling
MapperTest.verifyMapper(PropertyReflectionConfig)
withnull
- verifyMapper(PropertyReflectionConfig) - Method in class de.cuioss.test.valueobjects.MapperTest
-
The actual test-method to be run
- VerifyMapperConfiguration - Annotation Interface in de.cuioss.test.valueobjects.api
-
To be used in conjunction with
MapperTest
. - VerifyObjectTestContract - Annotation Interface in de.cuioss.test.valueobjects.api.object
-
In contrast to
VetoObjectTestContract
that is designed for cases where the tests run allObjectTestConfig
, e.g. - VerifyObjectTestContracts - Annotation Interface in de.cuioss.test.valueobjects.api.object
-
Wraps a number of
VerifyObjectTestContract
elements. - veto() - Element in annotation interface de.cuioss.test.valueobjects.api.object.VerifyObjectTestContract
- VetoObjectTestContract - Annotation Interface in de.cuioss.test.valueobjects.api.object
-
A contract Veto is used for suppressing certain test-contracts.
- VetoObjectTestContracts - Annotation Interface in de.cuioss.test.valueobjects.api.object
-
Wraps a number of
VetoObjectTestContract
elements. - VetoType - Annotation Interface in de.cuioss.test.valueobjects.api.object
-
This Veto is used to exclude specific object types from tests using class path scanning, like .
All Classes and Interfaces|All Packages|Constant Field Values