Home
last modified time | relevance | path

Searched refs:popLoggedThrowable (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java81 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in CacheLoadingTest
94 assertThat(popLoggedThrowable()).hasCauseThat().isSameInstanceAs(t); in checkLoggedCause()
98 assertThat(popLoggedThrowable()).isInstanceOf(InvalidCacheLoadException.class); in checkLoggedInvalidLoad()
DLocalCacheTest.java232 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in LocalCacheTest
245 assertSame(t, popLoggedThrowable()); in checkLogged()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java81 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in CacheLoadingTest
94 assertThat(popLoggedThrowable()).hasCauseThat().isSameInstanceAs(t); in checkLoggedCause()
98 assertThat(popLoggedThrowable()).isInstanceOf(InvalidCacheLoadException.class); in checkLoggedInvalidLoad()
DLocalCacheTest.java229 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in LocalCacheTest
242 assertSame(t, popLoggedThrowable()); in checkLogged()