Closed GoogleCodeExporter closed 9 years ago
Private methods are implicitly final. Hence there is no sane way to implement
stubbing/mocking for them. You'll have to change visibility to protected or
package-private.
Original comment by pnied...@gmail.com
on 22 Nov 2012 at 6:22
That said, it might be possible to make this work for classes written in
Groovy. If you are interested in that, please open a new issue.
Original comment by pnied...@gmail.com
on 22 Nov 2012 at 6:29
Original issue reported on code.google.com by
juraj.mi...@gmail.com
on 15 Nov 2012 at 3:13