Searched refs:popLoggedThrowable (Results 1 – 2 of 2) sorted by relevance
82 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in CacheLoadingTest95 assertSame(t, popLoggedThrowable().getCause()); in checkLoggedCause()99 assertTrue(popLoggedThrowable() instanceof InvalidCacheLoadException); in checkLoggedInvalidLoad()
124 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in LocalCacheTest137 assertSame(t, popLoggedThrowable()); in checkLogged()