Hi there,
I am brand new to both Java and Android, but I'm really interested in
Android development. Anyway, I'm trying to get going with TDD for the
platform. I found this in the API samples:
public class AllTests extends TestSuite {
public static Test suite() {
return new TestSuiteBuilder(AllTests.class)
.includeAllPackagesUnderHere()
.build();
}
}
I believe it's supposed to allow me to run all my tests, however, I
have a separate test file, and it's not being called or run when I run
the tests in Eclipse. Do I have to set up further config to have the
project find all my test files?
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---