Uses of Class
de.cuioss.test.valueobjects.objects.RuntimeProperties
Packages that use RuntimeProperties
Package
Description
API
Provides implementations for the contracts defined at
de.cuioss.test.valueobjects.api.contracts
and
ObjectTestContracts
Provides structures for dynamically creating objects
-
Uses of RuntimeProperties in de.cuioss.test.valueobjects
Methods in de.cuioss.test.valueobjects with parameters of type RuntimePropertiesModifier and TypeMethodDescriptionParameterizedInstantiator<? extends S>
MapperTest.getSourceInstantiator
(RuntimeProperties runtimeProperties) -
Uses of RuntimeProperties in de.cuioss.test.valueobjects.contract
Constructors in de.cuioss.test.valueobjects.contract with parameters of type RuntimePropertiesModifierConstructorDescriptionBuilderContractImpl
(BuilderInstantiator<T> instantiator, RuntimeProperties runtimeProperties) -
Uses of RuntimeProperties in de.cuioss.test.valueobjects.contract.support
Constructors in de.cuioss.test.valueobjects.contract.support with parameters of type RuntimePropertiesModifierConstructorDescriptionMapperAttributesAsserts
(VerifyMapperConfiguration config, RuntimeProperties targetProperties, RuntimeProperties sourceProperties) -
Uses of RuntimeProperties in de.cuioss.test.valueobjects.objects
Methods in de.cuioss.test.valueobjects.objects that return RuntimeProperties -
Uses of RuntimeProperties in de.cuioss.test.valueobjects.objects.impl
Methods in de.cuioss.test.valueobjects.objects.impl that return RuntimePropertiesModifier and TypeMethodDescriptionAbstractInlineInstantiator.getRuntimeProperties()
CallbackAwareInstantiator.getRuntimeProperties()
Constructors in de.cuioss.test.valueobjects.objects.impl with parameters of type RuntimePropertiesModifierConstructorDescriptionprotected
AbstractOrderedArgsInstantiator
(RuntimeProperties runtimeProperties) Constructor.ConstructorBasedInstantiator
(Class<T> type, RuntimeProperties runtimeProperties) Constructor.FactoryBasedInstantiator
(Class<T> type, RuntimeProperties runtimeProperties, Class<?> enclosingType, String factoryMethodName) Constructor.