JavaHamcrest
JavaHamcrest copied to clipboard
AnyOf with no arguments should always be successful
It's possible to call the AnyOf matcher with zero arguments or an empty iterable.
In this case it should always be successful, in the current implementation however it's always unsuccessful.