Skip to content

Commit 733a561

Browse files
author
Marcel Schnelle
authored
Include upstream issue links to the README
1 parent 0eae17f commit 733a561

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,20 @@ To start writing instrumentation tests with JUnit Jupiter, add the following to
178178
```
179179
</details>
180180

181+
The instrumentation test library also provides a replacement for `ActivityTestRule`; more information on that can be found in the wiki.
182+
181183
# Migration from 1.0.x
182184

183185
Since the move to utilize the native JUnit 5 support built into the build system, a lot has changed from the previous version of the plugin. Users seeking to migrate to the new version are encouraged to check out the migration guide located [on the wiki][wiki-migration].
184186

187+
# Official Support
188+
189+
Currently, Google hasn't shared any immediate plans to bring first-party support for JUnit 5 to Android. The following list is an aggregation of pending feature requests:
190+
191+
- [InstantTaskExecutorRule uses @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) -- why? (issuetracker.google.com)](https://issuetracker.google.com/u/0/issues/79189568)
192+
- [Add support for JUnit 5 (issuetracker.google.com)](https://issuetracker.google.com/issues/127100532)
193+
- [JUnit 5 support (github.com/android/android-test)](https://github.com/android/android-test/issues/224)
194+
185195
## License
186196

187197
```

0 commit comments

Comments
 (0)