开始编写例子

This commit is contained in:
lyy
2016-09-27 10:23:36 +08:00
parent 9e3f70f59d
commit 1154470759
25 changed files with 635 additions and 199 deletions

View File

@ -7,7 +7,7 @@ import android.test.ApplicationTestCase;
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
public ApplicationTest() {
super(Application.class);
}
}