You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,10 +178,20 @@ To start writing instrumentation tests with JUnit Jupiter, add the following to
178
178
```
179
179
</details>
180
180
181
+
The instrumentation test library also provides a replacement for `ActivityTestRule`; more information on that can be found in the wiki.
182
+
181
183
# Migration from 1.0.x
182
184
183
185
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].
184
186
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:
0 commit comments