Comma separated list of TestCase/TestSuite names which will be run.
Examples:
Running a single testcase: com.android.foo.FooTest
Running a single test: com.android.foo.FooTest#testFoo
Running multiple tests: com.android.foo.FooTest,com.android.foo.BarTest