#include "optional.h"
#include "serialize.h"
#include "streams.h"
#include "hash.h"
#include "test/test_pivx.h"
#include <stdint.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/13]
| BOOST_AUTO_TEST_CASE |
( |
boost_optional |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/13]
| BOOST_AUTO_TEST_CASE |
( |
class_methods |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/13]
| BOOST_AUTO_TEST_CASE |
( |
compactsize |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/13]
| BOOST_AUTO_TEST_CASE |
( |
doubles |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/13]
| BOOST_AUTO_TEST_CASE |
( |
doubles_conversion |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/13]
| BOOST_AUTO_TEST_CASE |
( |
floats |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/13]
| BOOST_AUTO_TEST_CASE |
( |
floats_conversion |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/13]
| BOOST_AUTO_TEST_CASE |
( |
insert_delete |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/13]
| BOOST_AUTO_TEST_CASE |
( |
noncanonical |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/13]
| BOOST_AUTO_TEST_CASE |
( |
sizes |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/13]
| BOOST_AUTO_TEST_CASE |
( |
varints |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/13]
| BOOST_AUTO_TEST_CASE |
( |
varints_bitpatterns |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/13]
| BOOST_AUTO_TEST_CASE |
( |
vector_bool |
| ) |
|
◆ check_ser_rep()
template<typename T >
| void check_ser_rep |
( |
T |
thing, |
|
|
std::vector< unsigned char > |
expected |
|
) |
| |