Fawkes API  Fawkes Development Version
SyncPointTest Class Reference

Test class for SyncPoint This class tests basic functionality of SyncPoints. More...

Inheritance diagram for SyncPointTest:

Protected Member Functions

virtual void SetUp ()
 Initialize the test class. More...
 
virtual void TearDown ()
 Clean up. More...
 

Protected Attributes

RefPtr< SyncPointsp1
 A syncpoint for testing. More...
 
RefPtr< SyncPointsp2
 A syncpoint for testing. More...
 
RefPtr< SyncPointsp3
 A syncpoint for testing. More...
 
MultiLoggerlogger_
 Logger for testing. More...
 

Detailed Description

Test class for SyncPoint This class tests basic functionality of SyncPoints.

Definition at line 54 of file test_syncpoint.cpp.

Member Function Documentation

◆ SetUp()

virtual void SyncPointTest::SetUp ( )
inlineprotectedvirtual

Initialize the test class.

Definition at line 61 of file test_syncpoint.cpp.

◆ TearDown()

virtual void SyncPointTest::TearDown ( )
inlineprotectedvirtual

Clean up.

Definition at line 73 of file test_syncpoint.cpp.

Member Data Documentation

◆ logger_

MultiLogger* SyncPointTest::logger_
protected

Logger for testing.

Definition at line 86 of file test_syncpoint.cpp.

◆ sp1

RefPtr<SyncPoint> SyncPointTest::sp1
protected

A syncpoint for testing.

Definition at line 79 of file test_syncpoint.cpp.

◆ sp2

RefPtr<SyncPoint> SyncPointTest::sp2
protected

A syncpoint for testing.

Definition at line 81 of file test_syncpoint.cpp.

◆ sp3

RefPtr<SyncPoint> SyncPointTest::sp3
protected

A syncpoint for testing.

Definition at line 83 of file test_syncpoint.cpp.


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