File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
example/src/androidTest/java/com/ibm/watson/developer_cloud/android/myapplication
library/src/androidTest/java/com/ibm/watson/developer_cloud/android/library Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 17
17
package com .ibm .watson .developer_cloud .android .myapplication ;
18
18
19
19
import android .app .Application ;
20
- import android .test .ApplicationTestCase ;
21
20
22
21
/**
23
22
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
24
23
*/
25
- public class ApplicationTest extends ApplicationTestCase < Application > {
24
+ public class ApplicationTest {
26
25
public ApplicationTest () {
27
- super (Application .class );
28
26
}
29
27
}
Original file line number Diff line number Diff line change 15
15
package com .ibm .watson .developer_cloud .android .library ;
16
16
17
17
import android .app .Application ;
18
- import android .test .ApplicationTestCase ;
19
18
20
19
/**
21
20
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
22
21
*/
23
- public class ApplicationTest extends ApplicationTestCase < Application > {
22
+ public class ApplicationTest {
24
23
25
24
/**
26
25
* Instantiates a new application test.
27
26
*/
28
27
public ApplicationTest () {
29
- super (Application .class );
30
-
31
28
}
32
29
}
You can’t perform that action at this time.
0 commit comments