Hello,

I am looking to add some JUnit4 tests to my android application. I am
going to test some classes that are totally decoupled from the Android
framework, so I don't want to involve the instrumentation bit. I will
be running these tests only from eclipse.

The question I have is how I can ensure that the test classes I write
will be excluded from the finished compiled program. After all, I
won't need them at that point. I'd like to keep all the 'real' java
packages in the default named source folder 'src' while I'd like all
my tests to be in a source folder named 'tst'.

Sorry if this is a stupid or simple question but after spending a
great deal of time searching for the answer I gave up!

Thanks,

Gustav
--~--~---------~--~----~------------~-------~--~----~
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