Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
NetUtilsTest Class Reference
Inheritance diagram for NetUtilsTest:
[legend]
Collaboration diagram for NetUtilsTest:
[legend]

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Static Protected Member Functions

static long long process_id () noexcept
 

Protected Attributes

std::filesystem::path dot_file
 
std::filesystem::path json_file
 
std::filesystem::path dimacs_file
 

Detailed Description

Definition at line 31 of file net_utils_test.cc.

Member Function Documentation

◆ process_id()

static long long NetUtilsTest::process_id ( )
inlinestaticprotectednoexcept

Definition at line 38 of file net_utils_test.cc.

References Aleph::maps().

Referenced by SetUp().

◆ SetUp()

void NetUtilsTest::SetUp ( )
inlineoverrideprotected

Definition at line 47 of file net_utils_test.cc.

References dimacs_file, dot_file, json_file, Aleph::maps(), and process_id().

◆ TearDown()

void NetUtilsTest::TearDown ( )
inlineoverrideprotected

Definition at line 64 of file net_utils_test.cc.

References dimacs_file, dot_file, json_file, and Aleph::maps().

Member Data Documentation

◆ dimacs_file

std::filesystem::path NetUtilsTest::dimacs_file
protected

Definition at line 36 of file net_utils_test.cc.

Referenced by SetUp(), and TearDown().

◆ dot_file

std::filesystem::path NetUtilsTest::dot_file
protected

Definition at line 34 of file net_utils_test.cc.

Referenced by SetUp(), and TearDown().

◆ json_file

std::filesystem::path NetUtilsTest::json_file
protected

Definition at line 35 of file net_utils_test.cc.

Referenced by SetUp(), and TearDown().


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