#include <cassert>
#include <cstring>
#include <limits>
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/string_cfmt.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 01 - from_chars()", "[jau][string][toBitString]") |
| |
| template<typename value_type> |
| static void | testTo (int line, value_type v, std::string_view exp_s, uint32_t radix=10, jau::LoUpCase capitalization=jau::LoUpCase::lower, jau::PrefixOpt prefix=jau::PrefixOpt::prefix, const uint32_t min_width=0, const char separator=0, const char padding='0') |
| |
| template<typename value_type> |
| static void | testToFrom (int line, value_type exp_v, std::string_view exp_s, std::string_view in_s, uint32_t radix=10, jau::LoUpCase capitalization=jau::LoUpCase::lower, jau::PrefixOpt prefix=jau::PrefixOpt::prefix, const uint32_t min_width=0, const char separator=0, const char padding='0') |
| |
◆ testTo()
template<typename value_type>
◆ testToFrom()
template<typename value_type>
◆ TEST_CASE()
| TEST_CASE |
( |
"Test 01 - from_chars()" | , |
|
|
"" | [jau][string][toBitString] ) |