Uses of Enum Class
de.cuioss.test.valueobjects.property.util.AssertionStrategy
Packages that use AssertionStrategy
Package
Description
-
Uses of AssertionStrategy in de.cuioss.test.valueobjects.property
Methods in de.cuioss.test.valueobjects.property that return AssertionStrategyModifier and TypeMethodDescriptionPropertyMetadata.getAssertionStrategy()
Defines the the way how to deal with equality regarding PropertySupport.assertValueSet(Object) -
Uses of AssertionStrategy in de.cuioss.test.valueobjects.property.impl
Methods in de.cuioss.test.valueobjects.property.impl with parameters of type AssertionStrategyModifier and TypeMethodDescriptionPropertyMetadataImpl.PropertyMetadataBuilder.assertionStrategy
(AssertionStrategy assertionStrategy) -
Uses of AssertionStrategy in de.cuioss.test.valueobjects.property.util
Methods in de.cuioss.test.valueobjects.property.util that return AssertionStrategyModifier and TypeMethodDescriptionstatic AssertionStrategy
Returns the enum constant of this class with the specified name.static AssertionStrategy[]
AssertionStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.