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... | |