JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

AnyOf with no arguments should always be successful

Open CarstenLeue opened this issue 9 months ago • 0 comments

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.

CarstenLeue avatar May 22 '25 10:05 CarstenLeue