Uses of Interface
de.cuioss.test.valueobjects.objects.ParameterizedInstantiator
Packages that use ParameterizedInstantiator
Package
Description
API
Provides the api for configuring instances of
ValueObjectTest
, see the individual
packages for details.Provides structures and classes for
Object
-contract
specific tests.Provides implementations for the contracts defined at
de.cuioss.test.valueobjects.api.contracts
and
ObjectTestContracts
-
Uses of ParameterizedInstantiator in de.cuioss.test.valueobjects
Methods in de.cuioss.test.valueobjects that return ParameterizedInstantiatorModifier and TypeMethodDescriptionParameterizedInstantiator<? extends S>
MapperTest.getSourceInstantiator
(RuntimeProperties runtimeProperties) -
Uses of ParameterizedInstantiator in de.cuioss.test.valueobjects.api
Methods in de.cuioss.test.valueobjects.api that return ParameterizedInstantiator -
Uses of ParameterizedInstantiator in de.cuioss.test.valueobjects.api.object
Methods in de.cuioss.test.valueobjects.api.object with parameters of type ParameterizedInstantiatorModifier and TypeMethodDescriptionvoid
ObjectTestContract.assertContract
(ParameterizedInstantiator<?> instantiator, ObjectTestConfig objectTestConfig) Checks the concrete contract. -
Uses of ParameterizedInstantiator in de.cuioss.test.valueobjects.contract
Methods in de.cuioss.test.valueobjects.contract that return ParameterizedInstantiatorMethods in de.cuioss.test.valueobjects.contract with parameters of type ParameterizedInstantiatorModifier and TypeMethodDescriptionvoid
EqualsAndHashcodeContractImpl.assertContract
(ParameterizedInstantiator<?> instantiator, ObjectTestConfig objectTestConfig) void
SerializableContractImpl.assertContract
(ParameterizedInstantiator<?> instantiator, ObjectTestConfig objectTestConfig) void
ToStringContractImpl.assertContract
(ParameterizedInstantiator<?> instantiator, ObjectTestConfig objectTestConfig) -
Uses of ParameterizedInstantiator in de.cuioss.test.valueobjects.objects.impl
Classes in de.cuioss.test.valueobjects.objects.impl that implement ParameterizedInstantiatorModifier and TypeClassDescriptionclass
ParameterizedInstantiator
for cases you actually are not able to use the testing Infrastructure but want to benefit of the testing of theObjectTestContract
sclass
Base class for creating objects with a fixed set of parameter to be used.class
class
class
Delegate toParameterizedInstantiator
that callsConfigurationCallBackHandler.configure(Object)
after creation of the object.class
ThisParameterizedInstantiator
uses a constructor derived by the givenRuntimeProperties#getAllProperties()
in order to instantiateObject
sclass
ThisParameterizedInstantiator
uses a factory method derived by the givenRuntimeProperties#getAllProperties()
in order to instantiateObject
sclass
Variant ofParameterizedInstantiator
that deals with test, where the actual beans to be tested are Injected by cdi, seeTestObjectProvider
as well