Open JimiJones opened 6 years ago
there is no great support for combining assertions, the best you can do at the moment is use anyOf
+ satisfies
.
Is this issue related to assertj-assertions-generator or assertj-core ?
It looks like assertj-core don't provide a way to make assertj-assertions-generator able to handle that case..
Hello, I just find too restrictive the way to combine assertion or may be I missed something, for exemple I would like to write: ObjectA isEqualToComparingFieldByFieldRecursively To ObjectB or To ObjectC I found things like anyOf(..) but it takes Condition list which are pretty small as possibilities. I would find more easier to have assertAny(...) taking an assertion list.