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

Commit 9ec2ad9d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update JavaDoc reference to AndroidX Test"

parents 22e3e74e d003197b
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 {