AsyncTask onPostExecute exceptions swallowed · Issue #686 · robolectric/robolectric
The following test runs successfully but should fail as an exception in onPostExecute actually causes a crash on a real android device @Test public void testAsyncError(){ AsyncTask task = new Async...