Searched refs:actualFailureQueue (Results 1 – 1 of 1) sorted by relevance
289 ArrayBlockingQueue<Throwable> actualFailureQueue = new ArrayBlockingQueue<>(1); in testAssertCalled_interrupted() local298 actualFailureQueue.offer(t); in testAssertCalled_interrupted()303 Throwable thrown = actualFailureQueue.poll(CALLBACK_TIMEOUT_MS, MILLISECONDS); in testAssertCalled_interrupted()