summaryrefslogtreecommitdiff
path: root/test-base
diff options
context:
space:
mode:
authorStephan Linzner <slinzner@google.com>2020-07-06 22:08:23 +0000
committerAurimas Liutikas <aurimas@google.com>2020-07-06 22:19:59 +0000
commitd003197bc21f9ceb217b8623d2c5f752544e60ab (patch)
tree109e6cbb4f9eabc4fbf1e4e676f8a9ac904a7b93 /test-base
parent769acc45e443f3969285c62db491f8088c165672 (diff)
downloadbase-d003197bc21f9ceb217b8623d2c5f752544e60ab.tar.gz
Update JavaDoc reference to AndroidX Test
Bug: 158760874 Change-Id: I689169ca449fa3ec26dfb2601dd4725804cfcaa7
Diffstat (limited to 'test-base')
-rw-r--r--test-base/src/android/test/InstrumentationTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-base/src/android/test/InstrumentationTestCase.java b/test-base/src/android/test/InstrumentationTestCase.java
index 6b79314a4385..9f7a2fa44dc2 100644
--- a/test-base/src/android/test/InstrumentationTestCase.java
+++ b/test-base/src/android/test/InstrumentationTestCase.java
@@ -34,9 +34,9 @@ import junit.framework.TestCase;
* A test case that has access to {@link Instrumentation}.
*
* @deprecated Use
- * <a href="{@docRoot}reference/android/support/test/InstrumentationRegistry.html">
+ * <a href="{@docRoot}reference/androidx/test/platform/app/InstrumentationRegistry.html">
* InstrumentationRegistry</a> instead. New tests should be written using the
- * <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>.
+ * <a href="{@docRoot}training/testing/index.html">AndroidX Test Library</a>.
*/
@Deprecated
public class InstrumentationTestCase extends TestCase {