摘要:
<uses-sdk android:targetSdkVersion="YOUR_VERSION" /> Example of a test case (test case spanning over multiple activities where EditorActivity is the first activity): public class EditorTest extends ActivityInstrumentationTestCase2<EditorActivity> { private Solo solo; public Edi 阅读全文