spdlog
Loading...
Searching...
No Matches
Functions
test_create_dir.cpp File Reference

Go to the source code of this file.

#include "includes.h"

Functions

bool try_create_dir (const spdlog::filename_t &path, const spdlog::filename_t &normalized_path)
 
 TEST_CASE ("create_dir", "[create_dir]")
 
 TEST_CASE ("create_invalid_dir", "[create_dir]")
 
 TEST_CASE ("dir_name", "[create_dir]")
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "create_dir"  ,
""  [create_dir] 
)

Definition at line 16 of file test_create_dir.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "create_invalid_dir"  ,
""  [create_dir] 
)

Definition at line 36 of file test_create_dir.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "dir_name"  ,
""  [create_dir] 
)

Definition at line 45 of file test_create_dir.cpp.

◆ try_create_dir()

bool try_create_dir ( const spdlog::filename_t path,
const spdlog::filename_t normalized_path 
)

Definition at line 9 of file test_create_dir.cpp.