A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
+ Collaboration diagram for Callback tests:

Files

file  callback-test-suite.cc
 Callback test suite.
 

Classes

class  BasicCallbackTestCase
 Test the basic Callback mechanism. More...
 
class  CallbackEqualityTestCase
 Test the callback equality implementation. More...
 
class  CallbackTestClass
 Derived class used to check the capability of callbacks to call public, protected, and private functions. More...
 
class  CallbackTestParent
 Class used to check the capability of callbacks to call public, protected, and private functions. More...
 
class  CallbackTestSuite
 The callback Test Suite. More...
 
class  MakeBoundCallbackTestCase
 Test the MakeBoundCallback mechanism. More...
 
class  MakeCallbackTemplatesTestCase
 Make sure that various MakeCallback template functions compile and execute; doesn't check an results of the execution. More...
 
class  MakeCallbackTestCase
 Test the MakeCallback mechanism. More...
 
class  NullifyCallbackTestCase
 Test the Nullify mechanism. More...
 

Detailed Description