Back to project page WhatsUp.
The source code is released under:
GNU General Public License
If you think the Android project WhatsUp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package nu.placebo.whatsuptest; /* w w w .ja va2 s. c o m*/ import junit.framework.Test; import junit.framework.TestSuite; import android.test.suitebuilder.TestSuiteBuilder; public class TestStarter extends TestSuite { public static Test suite() { return new TestSuiteBuilder(TestStarter.class).includeAllPackagesUnderHere().build(); } }