NagRock / ts-mockito

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

Argument Matcher anyBoolean() Missing #207

Open krema opened 3 years ago

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