FileDocCategorySizeDatePackage
SmallTests.javaAPI DocAndroid 1.5 API1336Wed May 06 22:42:46 BST 2009com.android.email

SmallTests

public class SmallTests extends TestSuite
Unit & small test suites for Email. This is intended to run all tests that can be handled locally, without requiring any external email server. To run just this suite from the command line: $ adb shell am instrument -w \ -e class com.android.email.UnitTests \ com.android.email.tests/android.test.InstrumentationTestRunner

Fields Summary
Constructors Summary
Methods Summary
public static junit.framework.Testsuite()

        return new TestSuiteBuilder(SmallTests.class)
                .includeAllPackagesUnderHere()
                .build();