如题,写很多testcase,要一起跑的时候:
com.InstrTest.TestCase1:....
com.InstrTest.TestCase2:....
com.InstrTest.TestCase3:....
com.InstrTest.TestCase4:....
com.InstrTest.TestCase5:....
com.InstrTest.TestCase6:.......INSTRUMENTATION_RESULT:
shortMsg=Process crashed.
INSTRUMENTATION_CODE: 0不知道怎么解决呢。谢谢
测试case都是继承ActivityInstrumentationTestCase2的。