Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.18.1
-
None
-
Unknown
Description
Take the following test as example:
And change the line to:
mock.expectedBodiesReceivedInAnyOrder("XXXXX", "Bye World", "Hi World");
The test would still pass.