|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Unit tests for the MsgSizeMonitor. More...

Public Member Functions | |
| MsgSizeMonitorTest () | |
| Constructor. | |
| void | test () throws IOException |
| Creates a MsgSizeMonitor, and computes the sizes of a series of messages. | |
Static Public Member Functions | |
| static TestSuite | suite () |
Unit tests for the MsgSizeMonitor.
| frodo2.communication.MsgSizeMonitorTest.MsgSizeMonitorTest | ( | ) |
Constructor.
Referenced by suite().
|
static |
References MsgSizeMonitorTest(), and suite().
Referenced by frodo2.communication.AllTests.suite(), and suite().

| void frodo2.communication.MsgSizeMonitorTest.test | ( | ) | throws IOException |
Creates a MsgSizeMonitor, and computes the sizes of a series of messages.
| IOException | if an error occurs |
References frodo2.communication.MsgSizeMonitor.close(), and frodo2.communication.MsgSizeMonitor.getMsgSize().
