Skip to content

Commit

Permalink
Fix Robolectric version for Robolectric wiki (#308)
Browse files Browse the repository at this point in the history
I think the version you want to mention is 4.5.1 instead of 5.4.1, because Robolectric doesn't reach 5.x now.

Signed-off-by: utzcoz <[email protected]>
  • Loading branch information
utzcoz authored Nov 7, 2021
1 parent d86311e commit fd94ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/08_Kaspresso-Robolectric.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ Of course, there is a very obvious last option. Just don't include the test in a

**Further remarks**

As of Robolectric 5.4.1, there are some limitations to sharedTest: those tests run flawless on an emulator/device, but fail on the JVM
As of Robolectric 4.5.1, there are some limitations to sharedTest: those tests run flawless on an emulator/device, but fail on the JVM
1) Robolectric-Espresso [does not support Idling resources](https://github.com/robolectric/robolectric/issues/4807) yet
2) Robolectric-Espresso will not support [tests that start new activities](https://github.com/robolectric/robolectric/issues/5104)(i.e. activity jumping)

0 comments on commit fd94ef3

Please sign in to comment.