Fawkes API  Fawkes Development Version
SyncPointManagerTest Class Reference
Inheritance diagram for SyncPointManagerTest:

Protected Member Functions

 SyncPointManagerTest ()
 Initialize the test class. More...
 
virtual ~SyncPointManagerTest ()
 Deinitialize the test class. More...
 

Protected Attributes

RefPtr< SyncPointManagermanager
 A Pointer to a SyncPointManager. More...
 
MultiLoggerlogger_
 Logger used to initialize SyncPoints. More...
 
CacheLoggercache_logger_
 Cache Logger used for testing. More...
 
pthread_attr_t attrs
 Thread attributes. More...
 

Detailed Description

Test class for SyncPointManager This class tests basic functionality of the SyncPointManager

Definition at line 92 of file test_syncpoint.cpp.

Constructor & Destructor Documentation

◆ SyncPointManagerTest()

SyncPointManagerTest::SyncPointManagerTest ( )
inlineprotected

Initialize the test class.

Definition at line 98 of file test_syncpoint.cpp.

◆ ~SyncPointManagerTest()

virtual SyncPointManagerTest::~SyncPointManagerTest ( )
inlineprotectedvirtual

Deinitialize the test class.

Definition at line 111 of file test_syncpoint.cpp.

Member Data Documentation

◆ attrs

pthread_attr_t SyncPointManagerTest::attrs
protected

Thread attributes.

Definition at line 130 of file test_syncpoint.cpp.

◆ cache_logger_

CacheLogger* SyncPointManagerTest::cache_logger_
protected

Cache Logger used for testing.

Definition at line 127 of file test_syncpoint.cpp.

◆ logger_

MultiLogger* SyncPointManagerTest::logger_
protected

Logger used to initialize SyncPoints.

Definition at line 124 of file test_syncpoint.cpp.

◆ manager

RefPtr<SyncPointManager> SyncPointManagerTest::manager
protected

A Pointer to a SyncPointManager.

Definition at line 121 of file test_syncpoint.cpp.


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