Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
MonitoringThreadSafetyTest Class Reference
Inheritance diagram for MonitoringThreadSafetyTest:
Inheritance graph
Collaboration diagram for MonitoringThreadSafetyTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

std::shared_ptr< event_busbus
 

Detailed Description

Definition at line 19 of file thread_safety_tests.cpp.

Member Function Documentation

◆ SetUp()

void MonitoringThreadSafetyTest::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void MonitoringThreadSafetyTest::TearDown ( )
inlineoverrideprotected

Definition at line 30 of file thread_safety_tests.cpp.

30 {
31 if (bus) {
32 bus->stop();
33 }
34 }

References bus.

Member Data Documentation

◆ bus

std::shared_ptr<event_bus> MonitoringThreadSafetyTest::bus
protected

Definition at line 36 of file thread_safety_tests.cpp.

Referenced by SetUp(), and TearDown().


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