[android-developers] Re: testing using EasyMock

2009-04-02 Thread gyuri
I see! Thanks for your help! Gy On Mar 29, 6:21 pm, matthias wrote: > Hi, > > On Mar 26, 4:15 pm, gyuri wrote: > > > CanEasyMockbe used with Android SDK totestmy code? > > ... > > How did you run thattestcase? You cannot run tests against Android > classes (or tests which stub them) just by run

[android-developers] Re: testing using EasyMock

2009-03-29 Thread matthias
Hi, On Mar 26, 4:15 pm, gyuri wrote: > Can EasyMock be used with Android SDK to test my code? > ... How did you run that test case? You cannot run tests against Android classes (or tests which stub them) just by running your tests as a Junit program or whatever. You cannot access Android classe