Could you point some good examples of Android projects that have unit testing in action?
It would be great to learn by example from those.
Could you point some good examples of Android projects that have unit testing in action?
It would be great to learn by example from those.
Look at the android sources. You can find them on http://android.git.kernel.org.
To be a bit more precise take a look at the Calculator app for example. http://android.git.kernel.org/?p=platform/packages/apps/Calculator.git;a=tree
You can see the test directory. I guess that is what you meant.
I hope that this is what you were looking for.