Searched refs:thrownByExecutionThread (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractExecutionThreadServiceTest.java42 private Throwable thrownByExecutionThread; field in class:AbstractExecutionThreadServiceTest
50 thrownByExecutionThread = e;
71 assertNull(thrownByExecutionThread);
99 assertNull(thrownByExecutionThread);
115 assertNull(thrownByExecutionThread);
183 assertTrue(thrownByExecutionThread.getMessage().equals("kaboom!"));
211 assertEquals("kaboom!", thrownByExecutionThread.getMessage());
223 assertEquals("kaboom!", thrownByExecutionThread.getMessage());
257 assertEquals("kaboom!", thrownByExecutionThread.getMessage());
H A DAbstractServiceTest.java37 private Throwable thrownByExecutionThread; field in class:AbstractServiceTest
227 throwIfSet(thrownByExecutionThread);
243 throwIfSet(thrownByExecutionThread);
262 throwIfSet(thrownByExecutionThread);
279 throwIfSet(thrownByExecutionThread);
295 + "Exception status (possibly stale): " + thrownByExecutionThread,
328 thrownByExecutionThread = e;

Completed in 3461 milliseconds