A JUnit test class for QueueInputPipeTCP.
More...
|
| class | Sender |
| | A client that connects to the queue and to send serialized messages through TCP. More...
|
|
| static TestSuite | suite () |
|
| static int | port = 4444 |
| | Port number used.
|
| static String | address = "localhost" |
| | IP address of the queue.
|
A JUnit test class for QueueInputPipeTCP.
- Author
- Thomas Leaute
◆ QueueInputPipeTCPTest()
| frodo2.communication.tcp.QueueInputPipeTCPTest.QueueInputPipeTCPTest |
( |
| ) |
|
◆ setUp()
| void frodo2.communication.tcp.QueueInputPipeTCPTest.setUp |
( |
| ) |
throws Exception |
- See also
- junit.framework.TestCase#setUp()
References output, port, and queue.
◆ suite()
| TestSuite frodo2.communication.tcp.QueueInputPipeTCPTest.suite |
( |
| ) |
|
|
static |
◆ tearDown()
| void frodo2.communication.tcp.QueueInputPipeTCPTest.tearDown |
( |
| ) |
|
- See also
- junit.framework.TestCase#tearDown()
References output, and queue.
◆ testReceiveMultiple()
| void frodo2.communication.tcp.QueueInputPipeTCPTest.testReceiveMultiple |
( |
| ) |
|
Several senders connect to the pipe, and each sends several messages.
References output.
◆ address
| String frodo2.communication.tcp.QueueInputPipeTCPTest.address = "localhost" |
|
static |
◆ output
◆ port
| int frodo2.communication.tcp.QueueInputPipeTCPTest.port = 4444 |
|
static |
◆ queue
| Queue frodo2.communication.tcp.QueueInputPipeTCPTest.queue |
|
private |
The documentation for this class was generated from the following file: