On Aug 10, 3:39 am, doug <[email protected]> wrote:
> Oh well, It doesn't seem that the Eclipse plug-in would even run a
> test case subclassed directly from junit.framework.TestCase.  How do
> folks test POJOs in Android then?

Which junit.framework.TestCase you are using?   One coming from
android library
will be just a stub

I use jMockit to mock everything android in my testcases, and junit
coming from somewhere else

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to