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 2
2
3
3
{{date}}
4
4
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.
6
7
7
8
** Bug Fixes**
8
9
10
+ * Fixed the link to the deprecated ` androidx.test.rule.ActivityTestRule ` in
11
+ the class description.
12
+
9
13
** New Features**
10
14
11
15
** Breaking Changes**
Original file line number Diff line number Diff line change 33
33
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
34
34
* problems and this rule does nothing after the test in such cases.
35
35
*
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}.
38
38
*
39
39
* <p>This rule does not support calling scenario.getResult(). Use
40
40
* ActivityScenario.launchActivityForResult() when the Activity result is needed.
You can’t perform that action at this time.
0 commit comments