You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mock...@googlegroups.com
Hi,
my test case extends a class that I want to mock. So I can't use nice(MyClass) becouse my test case i MyClass object. So Testrunner create that object.
I need to extend MyClass from TestCase becouse I want to test protected method.