spdlog
Loading...
Searching...
No Matches
Functions | Variables
test_registry.cpp File Reference

Go to the source code of this file.

#include "includes.h"

Functions

 TEST_CASE ("register_drop", "[registry]")
 
 TEST_CASE ("explicit register", "[registry]")
 
 TEST_CASE ("apply_all", "[registry]")
 
 TEST_CASE ("drop", "[registry]")
 
 TEST_CASE ("drop-default", "[registry]")
 
 TEST_CASE ("drop_all", "[registry]")
 
 TEST_CASE ("drop non existing", "[registry]")
 
 TEST_CASE ("default logger", "[registry]")
 
 TEST_CASE ("set_default_logger(nullptr)", "[registry]")
 
 TEST_CASE ("disable automatic registration", "[registry]")
 

Variables

static const char *const tested_logger_name = "null_logger"
 
static const char *const tested_logger_name2 = "null_logger2"
 

Function Documentation

◆ TEST_CASE() [1/10]

TEST_CASE ( "apply_all"  ,
""  [registry] 
)

Definition at line 27 of file test_registry.cpp.

◆ TEST_CASE() [2/10]

TEST_CASE ( "default logger"  ,
""  [registry] 
)

Definition at line 85 of file test_registry.cpp.

◆ TEST_CASE() [3/10]

TEST_CASE ( "disable automatic registration"  ,
""  [registry] 
)

Definition at line 99 of file test_registry.cpp.

◆ TEST_CASE() [4/10]

TEST_CASE ( "drop non existing"  ,
""  [registry] 
)

Definition at line 75 of file test_registry.cpp.

◆ TEST_CASE() [5/10]

TEST_CASE ( "drop"  ,
""  [registry] 
)

Definition at line 48 of file test_registry.cpp.

◆ TEST_CASE() [6/10]

TEST_CASE ( "drop-default"  ,
""  [registry] 
)

Definition at line 56 of file test_registry.cpp.

◆ TEST_CASE() [7/10]

TEST_CASE ( "drop_all"  ,
""  [registry] 
)

Definition at line 64 of file test_registry.cpp.

◆ TEST_CASE() [8/10]

TEST_CASE ( "explicit register"  ,
""  [registry] 
)

Definition at line 16 of file test_registry.cpp.

◆ TEST_CASE() [9/10]

TEST_CASE ( "register_drop"  ,
""  [registry] 
)

Definition at line 7 of file test_registry.cpp.

◆ TEST_CASE() [10/10]

TEST_CASE ( "set_default_logger(nullptr)"  ,
""  [registry] 
)

Definition at line 93 of file test_registry.cpp.

Variable Documentation

◆ tested_logger_name

const char* const tested_logger_name = "null_logger"
static

Definition at line 3 of file test_registry.cpp.

◆ tested_logger_name2

const char* const tested_logger_name2 = "null_logger2"
static

Definition at line 4 of file test_registry.cpp.