You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: