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 |