File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
richeditor/src/androidTest/java/jp/wasabeef/richeditor
sample/src/androidTest/java/jp/wasabeef/sample Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11package jp .wasabeef .richeditor ;
22
3- import android .app .Application ;
4- import android .test .ApplicationTestCase ;
5-
63/**
74 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
85 */
9- public class ApplicationTest extends ApplicationTestCase < Application > {
6+ public class ApplicationTest {
107
118 public ApplicationTest () {
12- super ( Application . class );
9+
1310 }
14- }
11+ }
Original file line number Diff line number Diff line change 11package jp .wasabeef .sample ;
22
3- import android .app .Application ;
4- import android .test .ApplicationTestCase ;
5-
63/**
74 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
85 */
9- public class ApplicationTest extends ApplicationTestCase < Application > {
6+ public class ApplicationTest {
107
118 public ApplicationTest () {
12- super ( Application . class );
9+
1310 }
1411}
You can’t perform that action at this time.
0 commit comments