-
Looks like we can ditch the workaround (https://github.com/open-keychain/open-keychain/blob/master/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java) after the next…
-
I'm using Robolectric on my project, and it's very kind of you to have inserted some code that makes it possible to run under Robolectric. I was wondering why "bin" is hardwired into the code, though.…
-
See https://github.com/robolectric/robolectric-bazel/pull/92, https://github.com/robolectric/robolectric-bazel/pull/92#issuecomment-1943001681.
This idea was brought by @Bencodes , and it looks gre…
-
I am getting this exception when running robolectric tests:
```
android.content.res.Resources$NotFoundException: Resource ID #0x7f0a0001
at android.content.res.Resources.getValue(Resources.java:1…
-
**Is your feature request related to a problem? Please describe.**
In https://github.com/googlemaps/android-maps-utils/pull/649 we changed from using an emulator on Travis to using Robolectric CI, w…
-
I've trying to test my webservice layer which needs to instantiate some RushObjects without saving, and I'm getting this thrown:
```
Exception in thread "Thread-4" java.lang.NullPointerException
at j…
-
I run tests. It works, and Robolectric uses the TestMyApplication class. I can not find the place where it is declared. Could you describe, why tests use TestMyApplication instead MyApplication?
-
Hi
Any updates on this issue with Robolectric? [#2208](https://github.com/robolectric/robolectric/issues/2208)
-
-
When migrating a test which was using AndroidJUnit4 to robolectric with looperMode = INSTRUMENTATION_TEST, `@UiThreadTest` annotations are ignored and the test runs doesn't run on the main thread