Hi all,
I'm currently trying to debug a simple Junit Testcase. My setup is a
simple HelloWorld project, with an accompanying testproject (set up
accordingly to
http://developer.android.com/resources/tutorials/testing/helloandroid_test.html).
The testcase that looks like this:
---
public class RestServiceTest extends InstrumentationTestCase {
public void testRemoteService()
{
// some tests
}
}
---
when I run the Tests via "Run as...Android Junit Test" everything
works as axpected, but when I try to debug the testcase via "Debug
as...Android Junit Test" everything works normal until the log says
"Running tests..." which lasts there forever and my breakpoints are
never hit.
Can anyone give me a hint?
Regards,
Christian
--
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