| Gamp v0.0.7-36-g24b1eb6
    Gamp: Graphics, Audio, Multimedia and Processing | 
#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.