Public Member Functions | Protected Attributes | List of all members
FileManagerStrategyTest Class Reference
Inheritance diagram for FileManagerStrategyTest:
Inheritance graph
[legend]

Public Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

std::string extension = ".log"
 
std::string folder = "log_tests/"
 
uint max_file_size = 1024
 
FileManagerStrategyOptions options {folder, prefix, extension, max_file_size, storage_limit}
 
std::string prefix = "test"
 
uint storage_limit = max_file_size * 10
 

Detailed Description

Definition at line 46 of file file_manager_strategy_test.cpp.

Member Function Documentation

◆ SetUp()

void FileManagerStrategyTest::SetUp ( )
inlineoverride

Definition at line 48 of file file_manager_strategy_test.cpp.

◆ TearDown()

void FileManagerStrategyTest::TearDown ( )
inlineoverride

Definition at line 52 of file file_manager_strategy_test.cpp.

Member Data Documentation

◆ extension

std::string FileManagerStrategyTest::extension = ".log"
protected

Definition at line 61 of file file_manager_strategy_test.cpp.

◆ folder

std::string FileManagerStrategyTest::folder = "log_tests/"
protected

Definition at line 59 of file file_manager_strategy_test.cpp.

◆ max_file_size

uint FileManagerStrategyTest::max_file_size = 1024
protected

Definition at line 62 of file file_manager_strategy_test.cpp.

◆ options

FileManagerStrategyOptions FileManagerStrategyTest::options {folder, prefix, extension, max_file_size, storage_limit}
protected

Definition at line 64 of file file_manager_strategy_test.cpp.

◆ prefix

std::string FileManagerStrategyTest::prefix = "test"
protected

Definition at line 60 of file file_manager_strategy_test.cpp.

◆ storage_limit

uint FileManagerStrategyTest::storage_limit = max_file_size * 10
protected

Definition at line 63 of file file_manager_strategy_test.cpp.


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


file_management
Author(s): AWS RoboMaker
autogenerated on Mon Feb 28 2022 22:01:59