-
I'm using Dagger for DI and I have a module that provides JobManager. When I run unit tests using Robolectric 3.0 when the test ends I'm getting this exception:
```
java.lang.RuntimeException: java.…
-
Documentation: http://robolectric.org/
Robolectric is a framework that brings fast and reliable unit tests to Android.
-
```
Hey guys, after a few days of trying to handle this problem, I didn't get rid
of it.
When I try to use PowerMock in cooperation with Android Studio and Gradle I get
crazy.
I'm now come to th…
-
_From [u.gr...@gmail.com](https://code.google.com/u/104373223496407403556/) on October 13, 2014 13:20:51_
Hey guys, after a few days of trying to handle this problem, I didn't get rid of it.
When I …
-
```
Hey guys, after a few days of trying to handle this problem, I didn't get rid
of it.
When I try to use PowerMock in cooperation with Android Studio and Gradle I get
crazy.
I'm now come to th…
-
A newer version of Robolectric is available. It works without `robolectric-gradle-plugin`.
-
I'm trying to run Robolectric tests with code that uses Tray, but immediately get the following error for any classes that access `AppPreferences`:
`java.lang.IllegalStateException: could not access …
-
I'd like to add support for "widthDp" and "heightDp" params
For that, I've tried the solution described in [this page](https://github.com/DeNA/android-modern-architecture-test-handson/blob/main/doc…
-
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.…
-
The version of robolectric we use seems to be accessing some internal data structure in the JVM that isn't consistent across point releases. This causes tests to break on newer versions of the JDK. Ou…