We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c331df commit a4aef83Copy full SHA for a4aef83
ext/junit/java/androidx/test/ext/junit/rules/ActivityScenarioRule.java
@@ -33,8 +33,8 @@
33
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
34
* problems and this rule does nothing after the test in such cases.
35
*
36
- * <p>This rule is an upgraded version of the now deprecated {@link
37
- * androidx.test.rule.ActivityTestRule}.
+ * <p>This rule is an upgraded version of the now deprecated
+ * {@link androidx.test.rule.ActivityTestRule}.
38
39
* <p>This rule does not support calling scenario.getResult(). Use
40
* ActivityScenario.launchActivityForResult() when the Activity result is needed.
0 commit comments