HomeSort by relevance Sort by last modified time
    Searched refs:thrownByExecutionThread (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 44 private Throwable thrownByExecutionThread;
52 thrownByExecutionThread = e;
77 assertNull(thrownByExecutionThread);
94 assertNull(thrownByExecutionThread);
110 assertNull(thrownByExecutionThread);
178 assertTrue(thrownByExecutionThread.getMessage().equals("kaboom!"));
207 assertEquals(thrownByExecutionThread, expected.getCause());
211 assertEquals("kaboom!", thrownByExecutionThread.getMessage());
224 assertEquals(thrownByExecutionThread, expected.getCause());
229 assertEquals("kaboom!", thrownByExecutionThread.getMessage())
    [all...]
AbstractServiceTest.java 49 private Throwable thrownByExecutionThread;
398 throwIfSet(thrownByExecutionThread);
420 throwIfSet(thrownByExecutionThread);
438 throwIfSet(thrownByExecutionThread);
454 throwIfSet(thrownByExecutionThread);
485 + "Exception status (possibly stale): " + thrownByExecutionThread,
518 thrownByExecutionThread = e;

Completed in 84 milliseconds