Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/base_codec.hpp>
Go to the source code of this file.
Classes | |
class | base64_alphabet_nopadding |
Functions | |
TEST_CASE ("Binary Base 64 Encoding Test 11", "[binary][type]") | |
TEST_CASE ("Integer Base 38 Encoding Test 01", "[integer][type]") | |
TEST_CASE ("Integer Base 64 Encoding Test 02", "[integer][type]") | |
TEST_CASE ("Integer Base 86 Encoding Test 03", "[integer][type]") | |
static void | testBinaryBase64 () |
static void | testIntegerBase64 (const jau::codec::base::alphabet &aspec) |
static void | testIntegerBase86 (const jau::codec::base::alphabet &aspec) |
static void | testRadix_3digits_int32 (const jau::codec::base::alphabet &aspec) |
static void | testRadix_int64 (const jau::codec::base::alphabet &aspec, const int64_t test_min, const int64_t test_max) |
|
static |
|
static |
|
static |
|
static |
TEST_CASE | ( | "Integer Base 38 Encoding Test 01" | , |
"" | [integer][type] | ||
) |
Definition at line 185 of file test_codec_base01.cpp.
TEST_CASE | ( | "Integer Base 64 Encoding Test 02" | , |
"" | [integer][type] | ||
) |
Definition at line 189 of file test_codec_base01.cpp.
TEST_CASE | ( | "Integer Base 86 Encoding Test 03" | , |
"" | [integer][type] | ||
) |
Definition at line 195 of file test_codec_base01.cpp.
|
static |
TEST_CASE | ( | "Binary Base 64 Encoding Test 11" | , |
"" | [binary][type] | ||
) |
Definition at line 466 of file test_codec_base01.cpp.