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

Go to the source code of this file.

#include "includes.h"
#include "spdlog/details/fmt_helper.h"

Functions

void test_pad2 (int n, const char *expected)
 
void test_pad3 (uint32_t n, const char *expected)
 
void test_pad6 (std::size_t n, const char *expected)
 
void test_pad9 (std::size_t n, const char *expected)
 
 TEST_CASE ("pad2", "[fmt_helper]")
 
 TEST_CASE ("pad3", "[fmt_helper]")
 
 TEST_CASE ("pad6", "[fmt_helper]")
 
 TEST_CASE ("pad9", "[fmt_helper]")
 

Function Documentation

◆ TEST_CASE() [1/4]

TEST_CASE ( "pad2"  ,
""  [fmt_helper] 
)

Definition at line 35 of file test_fmt_helper.cpp.

◆ TEST_CASE() [2/4]

TEST_CASE ( "pad3"  ,
""  [fmt_helper] 
)

Definition at line 48 of file test_fmt_helper.cpp.

◆ TEST_CASE() [3/4]

TEST_CASE ( "pad6"  ,
""  [fmt_helper] 
)

Definition at line 62 of file test_fmt_helper.cpp.

◆ TEST_CASE() [4/4]

TEST_CASE ( "pad9"  ,
""  [fmt_helper] 
)

Definition at line 73 of file test_fmt_helper.cpp.

◆ test_pad2()

void test_pad2 ( int  n,
const char expected 
)

Definition at line 7 of file test_fmt_helper.cpp.

◆ test_pad3()

void test_pad3 ( uint32_t  n,
const char expected 
)

Definition at line 14 of file test_fmt_helper.cpp.

◆ test_pad6()

void test_pad6 ( std::size_t  n,
const char expected 
)

Definition at line 21 of file test_fmt_helper.cpp.

◆ test_pad9()

void test_pad9 ( std::size_t  n,
const char expected 
)

Definition at line 28 of file test_fmt_helper.cpp.