Toggle navigation
Home
? to org.assertj.core.groups.Tuple
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'assertj-core'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: TypeVariable -> Internal
Mapping:
Add or Remove Method invocation
entry(type2,ALWAY_EQUALS_TIMESTAMP)
to
ALWAY_EQUALS_TIMESTAMP
assertThat(ACTUAL).usingRecursiveComparison().withComparatorForType(type1,ALWAY_EQUALS_STRING).withComparatorForTypes(ALWAY_EQUALS_TIMESTAMP,entry(type3,ALWAY_EQUALS_TUPLE))
to
assertThat(ACTUAL).usingRecursiveComparison().withComparatorForType(ALWAY_EQUALS_STRING,type1).withComparatorForType(ALWAY_EQUALS_TIMESTAMP,type2).withComparatorForType(ALWAY_EQUALS_TUPLE,type3)