Home
last modified time | relevance | path

Searched refs:TerribleFailure (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLog.java99 throw new TerribleFailure(msg, throwable); in wtf()
287 public static class TerribleFailure extends RuntimeException { class in ShadowLog
288 public TerribleFailure(String msg, Throwable cause) { in TerribleFailure() method in ShadowLog.TerribleFailure
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLogTest.java134 } catch (ShadowLog.TerribleFailure e) { in wtf_wtfIsFatalIsSet_shouldThrowTerribleFailure()