File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
java/androidx/test/ext/junit/rules Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33{{date}}
44
5- ` androidx.test.ext:junit:{version} ` and ` androidx.test.ext:junit-ktx:{version} ` are released.
5+ ` androidx.test.ext:junit:{version} ` and ` androidx.test.ext:junit-ktx:{version} `
6+ are released.
67
78** Bug Fixes**
89
10+ * Fixed the link to the deprecated ` androidx.test.rule.ActivityTestRule ` in
11+ the class description.
12+
913** New Features**
1014
1115** Breaking Changes**
Original file line number Diff line number Diff line change 3333 * #getScenario()}. You may finish your activity manually in your test, it will not cause any
3434 * problems and this rule does nothing after the test in such cases.
3535 *
36- * <p>This rule is an upgraded version of the now deprecated {@link
37- * androidx.test.rule.ActivityTestRule}.
36+ * <p>This rule is an upgraded version of the now deprecated <br>
37+ * {@link androidx.test.rule.ActivityTestRule}.
3838 *
3939 * <p>This rule does not support calling scenario.getResult(). Use
4040 * ActivityScenario.launchActivityForResult() when the Activity result is needed.
You can’t perform that action at this time.
0 commit comments