5051525354555657
public void tearDown() throws Exception { } @Test public void testWeDoNotGetStuckInDelayQueue() throws Exception { ProcessingResultCode code = this.queue.process(); assertTrue(ProcessingResultCode.NOOP == code); }