Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ext/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

{{date}}

`androidx.test.ext:junit:{version}` and `androidx.test.ext:junit-ktx:{version}` are released.
`androidx.test.ext:junit:{version}` and `androidx.test.ext:junit-ktx:{version}`
are released.

**Bug Fixes**

Fixed the link to the deprecated `androidx.test.rule.ActivityTestRule` in
the class description.

**New Features**

**Breaking Changes**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
* problems and this rule does nothing after the test in such cases.
*
* <p>This rule is an upgraded version of the now deprecated {@link
* androidx.test.rule.ActivityTestRule}.
* <p>This rule is an upgraded version of the now deprecated
* {@link androidx.test.rule.ActivityTestRule}.
*
* <p>This rule does not support calling scenario.getResult(). Use
* ActivityScenario.launchActivityForResult() when the Activity result is needed.
Expand Down
Loading