Blender V4.3
blender::tests::ChangeWorkingDirectoryTest Class Reference

Inherits testing::Test.

Public Member Functions

void SetUp () override
 
void TearDown () override
 

Static Public Member Functions

static std::string make_pseudo_unique_temp_filename ()
 

Public Attributes

std::string test_temp_dir
 

Detailed Description

Definition at line 199 of file BLI_fileops_test.cc.

Member Function Documentation

◆ make_pseudo_unique_temp_filename()

static std::string blender::tests::ChangeWorkingDirectoryTest::make_pseudo_unique_temp_filename ( )
inlinestatic

Definition at line 219 of file BLI_fileops_test.cc.

References BLI_path_join, BLI_temp_directory_path_get(), and FILE_MAX.

◆ SetUp()

void blender::tests::ChangeWorkingDirectoryTest::SetUp ( )
inlineoverride

Definition at line 203 of file BLI_fileops_test.cc.

References BLI_threadapi_init().

◆ TearDown()

void blender::tests::ChangeWorkingDirectoryTest::TearDown ( )
inlineoverride

Definition at line 209 of file BLI_fileops_test.cc.

References BLI_delete(), BLI_threadapi_exit(), and test_temp_dir.

Member Data Documentation

◆ test_temp_dir

std::string blender::tests::ChangeWorkingDirectoryTest::test_temp_dir

Definition at line 201 of file BLI_fileops_test.cc.

Referenced by TearDown().


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