Searched refs:errorLatch (Results 1 – 3 of 3) sorted by relevance
43 CountDownLatch errorLatch = new CountDownLatch(1); in testOutcomeReceiverConverter() local56 errorLatch.countDown(); in testOutcomeReceiverConverter()66 expect.withMessage("error callback").that(errorLatch.getCount()).isEqualTo(0); in testOutcomeReceiverConverter()
117 CountDownLatch errorLatch = new CountDownLatch(1); in testError() local131 errorLatch.countDown(); in testError()136 assertTrue(errorLatch.await(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testError()
160 CountDownLatch errorLatch = new CountDownLatch(1); in testError() local174 errorLatch.countDown(); in testError()179 assertTrue(errorLatch.await(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testError()