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

Instrumentation Test For Android - How To Receive New Activity After Orientation Change?

I'm trying to test, if newly created Activity (after orientation change) is properly reinitiali… Read more Instrumentation Test For Android - How To Receive New Activity After Orientation Change?

Testing Sqliteopenhelper Subclass With Junit

I am writing JUnit tests for my Android app. I have read through the Android developer resources (t… Read more Testing Sqliteopenhelper Subclass With Junit

Activityinstrumentationtestcase2 Issues - Test Hangs Because Of Invalidate() Call In The Code I'm Writing A Test For

I'm implementing a test for some code I've written which I have distilled down into a sampl… Read more Activityinstrumentationtestcase2 Issues - Test Hangs Because Of Invalidate() Call In The Code I'm Writing A Test For