From: Laurent D. <ldu...@ya...> - 2004-05-03 16:29:31
|
Hi, I have a class that I want to mock which is completely static (all public methods are static). How do I do this? Create a mock that extends and overrides every method or is there a better way? Thanks, L |