Package de.cuioss.test.valueobjects.objects.impl
package de.cuioss.test.valueobjects.objects.impl
-
ClassesClassDescription
ParameterizedInstantiator
for cases you actually are not able to use the testing Infrastructure but want to benefit of the testing of theObjectTestContract
sBase class for creating objects with a fixed set of parameter to be used.Used for creating instances of a builder.Used for creating instances of a builder.Delegate toParameterizedInstantiator
that callsConfigurationCallBackHandler.configure(Object)
after creation of the object.ThisParameterizedInstantiator
uses a constructor derived by the givenRuntimeProperties#getAllProperties()
in order to instantiateObject
sInstantiator for any class that provide a public accessible default constructorHelper class used for accessing an exception message in a general wayThisParameterizedInstantiator
uses a factory method derived by the givenRuntimeProperties#getAllProperties()
in order to instantiateObject
sVariant ofParameterizedInstantiator
that deals with test, where the actual beans to be tested are Injected by cdi, seeTestObjectProvider
as well