Open krema opened 4 years ago
Is there a reason why anyBoolean is not available as an argument matcher?
when(mock.dryRun(anyBoolean()))
Mockito does have this https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/ArgumentMatchers.html
I am also facing this issue. I want to be able to match against boolean values, but the option is not available.
Is there a reason why anyBoolean is not available as an argument matcher?
Mockito does have this https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/ArgumentMatchers.html