Merge "Update JavaDoc reference to AndroidX Test" am: 9ec2ad9dc6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1356342

Change-Id: I6ef0210d49559fe4e9e835b6f1e56ac7d6d1c5b7
This commit is contained in:
Treehugger Robot
2020-07-07 18:05:49 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {