Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in robolectric

Unit Testing a BroadcastReceiver

Robolectric RoboAttributeSet - How to use this

How to add shadow class when using Robolectric 2.2?

robolectric

How to create custom shadows in robolectric 3.0?

How to test Application class with Robolectric?

Robolectric: how to test class which use application instance inside?

android robolectric

Robolectric+Eclipse Can't find resources?

How to use findViewById() in robolectric

Override Dagger Module in Robolectric Tests

android robolectric dagger

How to override the Robolectric runtime dependency repository URL?

'./gradlew -Dtest.single=SimpleTest test' runs all tests I have

Getting java.lang.RuntimeException: Stub when running Robolectric through Maven

Robolectric returns 0 height for a view with wrap content height

Testing custom views with Robolectric: Width and height are always 0

android robolectric

How do I create a shadow class to work around crashes related to custom attributes when testing an Android app with Robolectric?

Double Espresso not working with Robolectric

Robolectric tanks on Application objects that load JNI libraries. Can I get a workaround?

Confused how to use Mockito for an android test

android mockito robolectric