Skip to content

Commit

Permalink
Update JavaDoc reference to AndroidX Test
Browse files Browse the repository at this point in the history
Bug: 158760874
Change-Id: I689169ca449fa3ec26dfb2601dd4725804cfcaa7
  • Loading branch information
slinzner authored and liutikas committed Jul 6, 2020
1 parent 769acc4 commit d003197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-base/src/android/test/InstrumentationTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
* 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 {
Expand Down

0 comments on commit d003197

Please sign in to comment.