[android-developers] Re: Can we write android Junit testcases even we dont have source files?

2010-02-16 Thread Jeff
You should take a look at http://groups.csail.mit.edu/uid/sikuli/ Its a pretty cool project for testing. Not quite JUnit but the learning curve is pretty quick. On Feb 15, 5:26 pm, pradeep gan@gmail.com wrote: Hi Can any one please help with answers for the below questions. 1. Can

[android-developers] Re: Can we write android Junit testcases even we dont have source files?

2010-02-16 Thread ko5tik
You can write test cases using suitable mocking library. I found jmockit (on googlecode) really usefull - other mock frameworks have big problems with mocking of concrete classes. So far I was able to mock interactions with context, file writing etc. -- You received this message because you