Skip to content Skip to sidebar Skip to footer
Showing posts with the label Robolectric

Mockito Runnable: Wanted But Not Invoked?

I want to make sure I'm not doing something terribly wrong before I submit a bug report. This … Read more Mockito Runnable: Wanted But Not Invoked?

Unable To Execute Dex: Multiple Dex Files Define Lorg/apache/maven/artifact/artifact

I have an Android project with Robolectric. My application related classes are placed in src/main/j… Read more Unable To Execute Dex: Multiple Dex Files Define Lorg/apache/maven/artifact/artifact

Robolectric Tests Fail On Shadowof

What might be the problem? My Robolectric tests ran fine a while ago, but now they all fail with th… Read more Robolectric Tests Fail On Shadowof

Using Powermock And Robolectric - Incompatibleclasschangeerror

I'm trying to use PowerMockito to mock some static methods in Android Robolectric tests. I'… Read more Using Powermock And Robolectric - Incompatibleclasschangeerror

Jvm Options In Android When Run Gradlew Test

I have a project that using Robolectric for unit test purpose. This project uses Robolectric 3.0 an… Read more Jvm Options In Android When Run Gradlew Test

Robolectric Unit Test Failing With Android Studio 2.3 Updates

All my Unit Test started throwing this error: No such manifest file: build\intermediates\bundles\de… Read more Robolectric Unit Test Failing With Android Studio 2.3 Updates