コード例 #1
0
 @Test
 public void testThatNoInProgressRequestsByDefault() throws Exception {
   assertEquals(0, executorService.countInProgress());
 }