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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Detailed Description

Test fixture for thread context tests

Definition at line 23 of file test_thread_context.cpp.

Member Function Documentation

◆ SetUp()

void ThreadContextTest::SetUp ( )
inlineoverrideprotected

Definition at line 25 of file test_thread_context.cpp.

25 {
26 // Ensure clean state
28 }
static void clear()
Clear and destroy the current thread-local context.

References kcenon::monitoring::thread_context::clear().

Here is the call graph for this function:

◆ TearDown()

void ThreadContextTest::TearDown ( )
inlineoverrideprotected

Definition at line 30 of file test_thread_context.cpp.

30 {
31 // Clean up after each test
33 }

References kcenon::monitoring::thread_context::clear().

Here is the call graph for this function:

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