File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
app/src/androidTest/java/cn/darkal/networkdiagnosis Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- package cn .darkal .networkdiagnosis ;
1+ // package cn.darkal.networkdiagnosis;
22
3- import android .app .Application ;
4- import android .test .ApplicationTestCase ;
3+ // import android.app.Application;
4+ // import android.test.ApplicationTestCase;
55
6- /**
7- * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
8- */
9- public class ApplicationTest extends ApplicationTestCase <Application > {
10- public ApplicationTest () {
11- super (Application .class );
12- }
13- }
6+ // / **
7+ // * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
8+ // */
9+ // public class ApplicationTest extends ApplicationTestCase<Application> {
10+ // public ApplicationTest() {
11+ // super(Application.class);
12+ // }
13+ // }
You can’t perform that action at this time.
0 commit comments