#include <cassert>
#include <cstring>
#include "test_datatype01.hpp"
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/string_util.hpp>
#include <jau/test/catch2_ext.hpp>
#include <jau/type_traits_queries.hpp>
Go to the source code of this file.
|
| | TEST_CASE ("Test 00 - to_string", "[jau][string][to_string]") |
| |
| | TEST_CASE ("Test 03 - toBitString()", "[jau][string][toBitString]") |
| |
| static void | testToBitString (std::string_view prefix, std::string_view exp_be_s, const uint64_t &exp_be_v, size_t max_bits, bool check_value=true) |
| |
| static void | testToBitString (std::string_view prefix, std::string_view s_be1, const uint32_t &v_be1) |
| |
◆ std_vec_int
◆ std_vec_int_iter
◆ std_vec_int_citer
◆ std_vec_int_citer_pointer
◆ std_vec_int_citer_ptrop_retval
◆ TEST_CASE() [1/2]
| TEST_CASE |
( |
"Test 00 - to_string" | , |
|
|
"" | [jau][string][to_string] ) |
◆ testToBitString() [1/2]
| static void testToBitString |
( |
std::string_view | prefix, |
|
|
std::string_view | exp_be_s, |
|
|
const uint64_t & | exp_be_v, |
|
|
size_t | max_bits, |
|
|
bool | check_value = true ) |
|
static |
◆ testToBitString() [2/2]
| static void testToBitString |
( |
std::string_view | prefix, |
|
|
std::string_view | s_be1, |
|
|
const uint32_t & | v_be1 ) |
|
static |
◆ TEST_CASE() [2/2]
| TEST_CASE |
( |
"Test 03 - toBitString()" | , |
|
|
"" | [jau][string][toBitString] ) |