Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowToastTest.java49 assertThat(ShadowToast.getTextOfLatestToast()).isEqualTo("short toast"); in shouldMakeTextCorrectly()
59 assertThat(ShadowToast.getTextOfLatestToast()).isEqualTo("other toast"); in shouldSetTextCorrectly()
69 assertThat(ShadowToast.getTextOfLatestToast()).isEqualTo("Hello"); in shouldSetTextWithIdCorrectly()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowToast.java190 public static String getTextOfLatestToast() { in getTextOfLatestToast() method in ShadowToast