NagRock / ts-mockito

Mocking library for TypeScript
MIT License
978 stars 93 forks source link

Argument Matcher anyBoolean() Missing #207

Open krema opened 4 years ago

krema commented 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

frozenfrank commented 1 month ago

I am also facing this issue. I want to be able to match against boolean values, but the option is not available.