Skip to content
Snippets Groups Projects
Commit d003197b authored by Stephan Linzner's avatar Stephan Linzner Committed by Aurimas Liutikas
Browse files

Update JavaDoc reference to AndroidX Test

Bug: 158760874
Change-Id: I689169ca449fa3ec26dfb2601dd4725804cfcaa7
parent 769acc45
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment