#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/basic_types.hpp>
Go to the source code of this file.
|
| TEST_CASE ("Integer Decimal String Test 01", "[datatype][int_dec_string]") |
|
static void | test_int32_t (const std::string &msg, const int32_t v, const size_t expStrLen, const std::string &expStr) |
|
static void | test_uint32_t (const std::string &msg, const uint32_t v, const size_t expStrLen, const std::string &expStr) |
|
static void | test_uint64_t (const std::string &msg, const uint64_t v, const size_t expStrLen, const std::string &expStr) |
|
◆ SHOW_DECIMAL_STRING_STATS
#define SHOW_DECIMAL_STRING_STATS 0 |
◆ test_int32_t()
static void test_int32_t |
( |
const std::string & |
msg, |
|
|
const int32_t |
v, |
|
|
const size_t |
expStrLen, |
|
|
const std::string & |
expStr |
|
) |
| |
|
static |
◆ test_uint32_t()
static void test_uint32_t |
( |
const std::string & |
msg, |
|
|
const uint32_t |
v, |
|
|
const size_t |
expStrLen, |
|
|
const std::string & |
expStr |
|
) |
| |
|
static |
◆ test_uint64_t()
static void test_uint64_t |
( |
const std::string & |
msg, |
|
|
const uint64_t |
v, |
|
|
const size_t |
expStrLen, |
|
|
const std::string & |
expStr |
|
) |
| |
|
static |
◆ TEST_CASE()
TEST_CASE |
( |
"Integer Decimal String Test 01" |
, |
|
|
"" |
[datatype][int_dec_string] |
|
) |
| |