, . , , . , Unit Tests.
setup() teardown() TestCase. , .
android.test.InstrumentationTestRunner . .
1) android.test.InstrumentationTestRunner, . , .
2) am instrument , , (, bash script). "-e class [classname of test]".
, , :
adb shell am instrument -w -e class com.android.foo.LaunchTest,com.android.foo.ContactTest com.android.foo/android.test.InstrumentationTestRunner
. :
adb shell am instrument -w -e class com.android.foo.LaunchTest com.android.foo/android.test.InstrumentationTestRunner
adb shell am instrument -w -e class com.android.foo.ContactTest com.android.foo/android.test.InstrumentationTestRunner