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

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::unique_ptr< system_resource_collectorcollector
 

Detailed Description

Definition at line 10 of file test_system_resource_collector.cpp.

Member Function Documentation

◆ SetUp()

void SystemResourceCollectorTest::SetUp ( )
inlineoverrideprotected

Definition at line 12 of file test_system_resource_collector.cpp.

12 {
13 collector = std::make_unique<system_resource_collector>();
14 }
std::unique_ptr< system_resource_collector > collector

References collector.

Member Data Documentation

◆ collector

std::unique_ptr<system_resource_collector> SystemResourceCollectorTest::collector
protected

Definition at line 16 of file test_system_resource_collector.cpp.

Referenced by SetUp().


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