Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2ada030 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update JavaDoc reference to AndroidX Test" am: 9ec2ad9d am:...

Merge "Update JavaDoc reference to AndroidX Test" am: 9ec2ad9d am: d632eacf am: 961ad933 am: 95ff7385 am: d6d013a9

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

Change-Id: I779dd8fd027c5861272e69a6a0dfa9aa584147bd
parents 74a109a9 d6d013a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {