FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.communication.MsgSizeMonitorTest Class Reference

Unit tests for the MsgSizeMonitor. More...

Inheritance diagram for frodo2.communication.MsgSizeMonitorTest:

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 ()

Detailed Description

Unit tests for the MsgSizeMonitor.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ MsgSizeMonitorTest()

frodo2.communication.MsgSizeMonitorTest.MsgSizeMonitorTest ( )

Constructor.

Referenced by suite().

Member Function Documentation

◆ suite()

TestSuite frodo2.communication.MsgSizeMonitorTest.suite ( )
static
Returns
a suite of unit tests

References MsgSizeMonitorTest(), and suite().

Referenced by frodo2.communication.AllTests.suite(), and suite().

Here is the call graph for this function:

◆ test()

void frodo2.communication.MsgSizeMonitorTest.test ( ) throws IOException

Creates a MsgSizeMonitor, and computes the sizes of a series of messages.

Exceptions
IOExceptionif an error occurs

References frodo2.communication.MsgSizeMonitor.close(), and frodo2.communication.MsgSizeMonitor.getMsgSize().

Here is the call graph for this function:

The documentation for this class was generated from the following file: