public class TestBoundedPriorityBlockingQueue
extends java.lang.Object
| Constructor and Description |
|---|
TestBoundedPriorityBlockingQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
tesAppend() |
void |
tesAppendSamePriority() |
void |
testFifoSamePriority() |
void |
testInsert() |
void |
testPoll() |
void |
testPollInExecutor() |
void |
testPrepend() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void tesAppend()
throws java.lang.Exception
java.lang.Exceptionpublic void tesAppendSamePriority()
throws java.lang.Exception
java.lang.Exceptionpublic void testPrepend()
throws java.lang.Exception
java.lang.Exceptionpublic void testInsert()
throws java.lang.Exception
java.lang.Exceptionpublic void testFifoSamePriority()
throws java.lang.Exception
java.lang.Exceptionpublic void testPoll()
public void testPollInExecutor()
throws java.lang.InterruptedException
java.lang.InterruptedException