- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRenaming (0.07 sec)
-
guava-tests/test/com/google/common/util/concurrent/CallablesTest.java
ExecutionException e = assertThrows(ExecutionException.class, () -> future.get()); assertThat(e).hasCauseThat().isSameInstanceAs(expected); } @J2ktIncompatible @GwtIncompatible // threads public void testRenaming() throws Exception { String oldName = Thread.currentThread().getName(); final Supplier<String> newName = Suppliers.ofInstance("MyCrazyThreadName"); Callable<@Nullable Void> callable =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 15:41:36 UTC 2024 - 5.5K bytes - Viewed (0)