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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

std::unordered_map< std::string, std::unique_ptr< TestData > > map_
 
std::shared_mutex mutex_
 

Detailed Description

Definition at line 31 of file test_hot_path_helper.cpp.

Member Function Documentation

◆ SetUp()

void HotPathHelperTest::SetUp ( )
inlineoverrideprotected

Definition at line 33 of file test_hot_path_helper.cpp.

33 {
34 map_.clear();
35 }
std::unordered_map< std::string, std::unique_ptr< TestData > > map_

References map_.

◆ TearDown()

void HotPathHelperTest::TearDown ( )
inlineoverrideprotected

Definition at line 37 of file test_hot_path_helper.cpp.

37{}

Member Data Documentation

◆ map_

std::unordered_map<std::string, std::unique_ptr<TestData> > HotPathHelperTest::map_
protected

Definition at line 39 of file test_hot_path_helper.cpp.

Referenced by SetUp().

◆ mutex_

std::shared_mutex HotPathHelperTest::mutex_
protected

Definition at line 40 of file test_hot_path_helper.cpp.


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