public class CommunicatorTest
extends java.lang.Object
Constructor and Description |
---|
CommunicatorTest() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
void |
testGetCapacity()
Method: getCapacity()
|
void |
testIsEmpty()
Method: isEmpty()
|
void |
testOffer()
Method: offer(E e)
|
void |
testPeek()
Method: peek()
|
void |
testPoll()
Method: poll()
|
void |
testRemainingCapacity()
Method: remainingCapacity()
|
void |
testSize()
Method: size()
|
public void before() throws java.lang.Exception
java.lang.Exception
public void after() throws java.lang.Exception
java.lang.Exception
public void testSize() throws java.lang.Exception
java.lang.Exception
public void testRemainingCapacity() throws java.lang.Exception
java.lang.Exception
public void testPoll() throws java.lang.Exception
java.lang.Exception
public void testOffer() throws java.lang.Exception
java.lang.Exception
public void testPeek() throws java.lang.Exception
java.lang.Exception
public void testIsEmpty() throws java.lang.Exception
java.lang.Exception
public void testGetCapacity() throws java.lang.Exception
java.lang.Exception