public class MusicPlayerStressTestRunner extends android.test.InstrumentationTestRunner
Instrumentation Test Runner for all music player stress tests.
Running all tests:
adb shell am instrument \
-w com.android.music.tests/.MusicPlayerStressTestRunner
TestSuite suite = new InstrumentationTestSuite(this);
//suite.addTestSuite(MusicPlaybackStress.class);
suite.addTestSuite(AlbumsPlaybackStress.class);
return suite;