ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Public Member Functions | Protected Attributes | List of all members
RsyncAsyncProcessTest Class Reference
+ Inheritance diagram for RsyncAsyncProcessTest:

Public Member Functions

 RsyncAsyncProcessTest ()
 
void SetUp () override
 Creates a temporary file source (m_source) and destination (m_dest) that can be used by test cases. More...
 
void TearDown () override
 Delete temp files. More...
 

Protected Attributes

boost::asio::io_context m_ctx
 
rad::IoExecutor m_exec
 
std::string m_source
 
std::string m_dest
 

Detailed Description

Definition at line 26 of file testRsyncAsyncProcess.cpp.

Constructor & Destructor Documentation

◆ RsyncAsyncProcessTest()

RsyncAsyncProcessTest::RsyncAsyncProcessTest ( )
inline

Definition at line 28 of file testRsyncAsyncProcess.cpp.

Member Function Documentation

◆ SetUp()

void RsyncAsyncProcessTest::SetUp ( )
inlineoverride

Creates a temporary file source (m_source) and destination (m_dest) that can be used by test cases.

Definition at line 35 of file testRsyncAsyncProcess.cpp.

◆ TearDown()

void RsyncAsyncProcessTest::TearDown ( )
inlineoverride

Delete temp files.

Definition at line 49 of file testRsyncAsyncProcess.cpp.

Member Data Documentation

◆ m_ctx

boost::asio::io_context RsyncAsyncProcessTest::m_ctx
protected

Definition at line 55 of file testRsyncAsyncProcess.cpp.

◆ m_dest

std::string RsyncAsyncProcessTest::m_dest
protected

Definition at line 58 of file testRsyncAsyncProcess.cpp.

◆ m_exec

rad::IoExecutor RsyncAsyncProcessTest::m_exec
protected

Definition at line 56 of file testRsyncAsyncProcess.cpp.

◆ m_source

std::string RsyncAsyncProcessTest::m_source
protected

Definition at line 57 of file testRsyncAsyncProcess.cpp.


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