Fawkes API Fawkes Development Version
|
Test class for SyncPointManager This class tests basic functionality of the SyncPointManager. More...
Protected Member Functions | |
SyncPointManagerTest () | |
Initialize the test class. More... | |
virtual | ~SyncPointManagerTest () |
Deinitialize the test class. More... | |
Protected Attributes | |
RefPtr< SyncPointManager > | manager |
A Pointer to a SyncPointManager. More... | |
MultiLogger * | logger_ |
Logger used to initialize SyncPoints. More... | |
CacheLogger * | cache_logger_ |
Cache Logger used for testing. More... | |
pthread_attr_t | attrs |
Thread attributes. More... | |
Test class for SyncPointManager This class tests basic functionality of the SyncPointManager.
Definition at line 93 of file test_syncpoint.cpp.
|
inlineprotected |
Initialize the test class.
Definition at line 99 of file test_syncpoint.cpp.
References fawkes::MultiLogger::add_logger(), attrs, cache_logger_, logger_, and manager.
|
inlineprotectedvirtual |
Deinitialize the test class.
Definition at line 112 of file test_syncpoint.cpp.
|
protected |
Thread attributes.
Definition at line 131 of file test_syncpoint.cpp.
Referenced by SyncPointManagerTest(), and ~SyncPointManagerTest().
|
protected |
Cache Logger used for testing.
Definition at line 128 of file test_syncpoint.cpp.
Referenced by SyncPointManagerTest().
|
protected |
Logger used to initialize SyncPoints.
Definition at line 125 of file test_syncpoint.cpp.
Referenced by SyncPointManagerTest(), and ~SyncPointManagerTest().
|
protected |
A Pointer to a SyncPointManager.
Definition at line 122 of file test_syncpoint.cpp.
Referenced by SyncPointManagerTest().