Blender  V3.3
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
blender::bke::tests::AssetLibraryServiceTest Class Reference
Inheritance diagram for blender::bke::tests::AssetLibraryServiceTest:

Public Member Functions

void SetUp () override
 
void TearDown () override
 
CatalogFilePath use_temp_path ()
 
CatalogFilePath create_temp_path ()
 

Static Public Member Functions

static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 

Public Attributes

CatalogFilePath asset_library_root_
 
CatalogFilePath temp_library_path_
 

Detailed Description

Definition at line 20 of file asset_library_service_test.cc.

Member Function Documentation

◆ create_temp_path()

CatalogFilePath blender::bke::tests::AssetLibraryServiceTest::create_temp_path ( )
inline

Definition at line 66 of file asset_library_service_test.cc.

References BLI_dir_create_recursive(), and use_temp_path().

◆ SetUp()

void blender::bke::tests::AssetLibraryServiceTest::SetUp ( )
inlineoverride

Definition at line 36 of file asset_library_service_test.cc.

References asset_library_root_, and temp_library_path_.

◆ SetUpTestSuite()

static void blender::bke::tests::AssetLibraryServiceTest::SetUpTestSuite ( )
inlinestatic

Definition at line 25 of file asset_library_service_test.cc.

References BKE_callback_global_init(), and CLG_init().

◆ TearDown()

void blender::bke::tests::AssetLibraryServiceTest::TearDown ( )
inlineoverride

◆ TearDownTestSuite()

static void blender::bke::tests::AssetLibraryServiceTest::TearDownTestSuite ( )
inlinestatic

Definition at line 30 of file asset_library_service_test.cc.

References BKE_callback_global_finalize(), and CLG_exit().

◆ use_temp_path()

CatalogFilePath blender::bke::tests::AssetLibraryServiceTest::use_temp_path ( )
inline

Member Data Documentation

◆ asset_library_root_

CatalogFilePath blender::bke::tests::AssetLibraryServiceTest::asset_library_root_

Definition at line 22 of file asset_library_service_test.cc.

Referenced by SetUp().

◆ temp_library_path_

CatalogFilePath blender::bke::tests::AssetLibraryServiceTest::temp_library_path_

Definition at line 23 of file asset_library_service_test.cc.

Referenced by SetUp(), TearDown(), and use_temp_path().


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