Enrico Werkema

Results 1 issues of Enrico Werkema

We are not able to mock methods that use optional default arguments. This problem occurs on Java 21 and using `mockito-scala` `1.17.37`: ``` test("bla") { trait Mockable { def doTheThing(a:...