Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions | Variables
serialize_tests.cpp File Reference
#include <hash.h>
#include <serialize.h>
#include <streams.h>
#include <test/util/setup_common.h>
#include <util/strencodings.h>
#include <stdint.h>
#include <string>
#include <boost/test/unit_test.hpp>
Include dependency graph for serialize_tests.cpp:

Go to the source code of this file.

Classes

class  CSerializeMethodsTestSingle
 
class  CSerializeMethodsTestMany
 
struct  BaseFormat
 
class  Base
 (Un)serialize a number as raw byte or 2 hexadecimal chars. More...
 
class  DerivedAndBaseFormat
 
class  Derived
 

Functions

 BOOST_AUTO_TEST_CASE (sizes)
 
 BOOST_AUTO_TEST_CASE (varints)
 
 BOOST_AUTO_TEST_CASE (varints_bitpatterns)
 
 BOOST_AUTO_TEST_CASE (compactsize)
 
static bool isCanonicalException (const std::ios_base::failure &ex)
 
 BOOST_AUTO_TEST_CASE (vector_bool)
 
 BOOST_AUTO_TEST_CASE (array)
 
 BOOST_AUTO_TEST_CASE (noncanonical)
 
 BOOST_AUTO_TEST_CASE (class_methods)
 
 BOOST_AUTO_TEST_CASE (with_params_base)
 
 BOOST_AUTO_TEST_CASE (with_params_vector_of_base)
 
 BOOST_AUTO_TEST_CASE (with_params_derived)
 

Variables

constexpr BaseFormat RAW {BaseFormat::RAW}
 
constexpr BaseFormat HEX {BaseFormat::HEX}
 
constexpr DerivedAndBaseFormat RAW_LOWER {{BaseFormat::RAW}, DerivedAndBaseFormat::DerivedFormat::LOWER}
 
constexpr DerivedAndBaseFormat HEX_UPPER {{BaseFormat::HEX}, DerivedAndBaseFormat::DerivedFormat::UPPER}
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/11]

BOOST_AUTO_TEST_CASE ( array  )

Definition at line 184 of file serialize_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/11]

BOOST_AUTO_TEST_CASE ( class_methods  )

Definition at line 231 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/11]

BOOST_AUTO_TEST_CASE ( compactsize  )

Definition at line 145 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/11]

BOOST_AUTO_TEST_CASE ( noncanonical  )

Definition at line 194 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/11]

BOOST_AUTO_TEST_CASE ( sizes  )

Definition at line 63 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/11]

BOOST_AUTO_TEST_CASE ( varints  )

Definition at line 92 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/11]

BOOST_AUTO_TEST_CASE ( varints_bitpatterns  )

Definition at line 124 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [8/11]

BOOST_AUTO_TEST_CASE ( vector_bool  )

Definition at line 175 of file serialize_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/11]

BOOST_AUTO_TEST_CASE ( with_params_base  )

Definition at line 346 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [10/11]

BOOST_AUTO_TEST_CASE ( with_params_derived  )

Definition at line 400 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [11/11]

BOOST_AUTO_TEST_CASE ( with_params_vector_of_base  )

Definition at line 369 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ isCanonicalException()

static bool isCanonicalException ( const std::ios_base::failure &  ex)
static

Definition at line 164 of file serialize_tests.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ HEX

constexpr BaseFormat HEX {BaseFormat::HEX}
constexpr

Definition at line 278 of file serialize_tests.cpp.

◆ HEX_UPPER

Definition at line 398 of file serialize_tests.cpp.

◆ RAW

constexpr BaseFormat RAW {BaseFormat::RAW}
constexpr

Definition at line 277 of file serialize_tests.cpp.

◆ RAW_LOWER

Definition at line 397 of file serialize_tests.cpp.