diff options
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/android/test/ProviderTestCase.java | 1 | ||||
-rw-r--r-- | test-runner/android/test/TouchUtils.java | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test-runner/android/test/ProviderTestCase.java b/test-runner/android/test/ProviderTestCase.java index 445b4eb..668e9f7 100644 --- a/test-runner/android/test/ProviderTestCase.java +++ b/test-runner/android/test/ProviderTestCase.java @@ -15,6 +15,7 @@ import android.database.DatabaseUtils; * @deprecated this class extends InstrumentationTestCase but should extend AndroidTestCase. Use * ProviderTestCase2, which corrects this problem, instead. */ +@Deprecated public abstract class ProviderTestCase<T extends ContentProvider> extends InstrumentationTestCase { diff --git a/test-runner/android/test/TouchUtils.java b/test-runner/android/test/TouchUtils.java index 52d2ee8..962b2f9 100644 --- a/test-runner/android/test/TouchUtils.java +++ b/test-runner/android/test/TouchUtils.java @@ -565,6 +565,7 @@ public class TouchUtils { * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for * configuring the Activity under test */ + @Deprecated public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, int deltaY) { int[] xy = new int[2]; |