Class MappingTuple
java.lang.Object
de.cuioss.test.valueobjects.contract.support.MappingTuple
- Author:
- Oliver Wolff
-
Constructor Summary
ConstructorsConstructorDescriptionMappingTuple
(String mapping, @NonNull de.cuioss.test.valueobjects.contract.support.MappingAssertStrategy strategy) -
Method Summary
-
Constructor Details
-
MappingTuple
public MappingTuple(String mapping, @NonNull @NonNull de.cuioss.test.valueobjects.contract.support.MappingAssertStrategy strategy) - Parameters:
mapping
- in the form "source:target". Any other String will result in anAssertionError
strategy
- must not be null. Identifies the MappingAssertStrategy for this element
-