Simon Tse

Results 1 issues of Simon Tse

@nhaarman , the area that I was trying to test was like this ``` val testArg = mock Unit>() val result = someClass.doSomething(testArg) verify(testArg).invoke(any()) ``` And the error comes out...

type:broken