Uses of Interface
de.cuioss.test.valueobjects.objects.TestObjectProvider
Packages that use TestObjectProvider
-
Uses of TestObjectProvider in de.cuioss.test.valueobjects
Classes in de.cuioss.test.valueobjects that implement TestObjectProviderModifier and TypeClassDescriptionclass
MapperTest<M extends Function<S,
T>, S, T> Allows to test a mapper implementing aFunction
to map a (pseudo-)DTO object based on whatever technology (FHIR, ...) to a DTO object. -
Uses of TestObjectProvider in de.cuioss.test.valueobjects.junit5.contracts
Subinterfaces of TestObjectProvider in de.cuioss.test.valueobjects.junit5.contractsModifier and TypeInterfaceDescriptioninterface
Simple check whether the returnedgetUnderTest()
returns a non-null valueinterface
Simple check whether the returnedgetUnderTest()
implementsSerializable
correctlyinterface
Combination of all test-object contractsShouldBeNotNull
,ShouldBeSerializable
,ShouldImplementEqualsAndHashCode
,ShouldImplementToString
interface
Simple check whether the returnedgetUnderTest()
implementsObject.equals(Object)
andObject.hashCode()
interface