#include <flatfile.h>
#include <node/blockstorage.h>
#include <streams.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <util/fs.h>
#include <util/obfuscation.h>
#include <util/strencodings.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/17]
BOOST_AUTO_TEST_CASE |
( |
bitstream_reader_writer |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/17]
BOOST_AUTO_TEST_CASE |
( |
buffered_reader_matches_autofile_random_content |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/17]
BOOST_AUTO_TEST_CASE |
( |
buffered_writer_matches_autofile_random_content |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/17]
BOOST_AUTO_TEST_CASE |
( |
buffered_writer_reader |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/17]
BOOST_AUTO_TEST_CASE |
( |
obfuscation_empty |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/17]
BOOST_AUTO_TEST_CASE |
( |
obfuscation_hexkey |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/17]
BOOST_AUTO_TEST_CASE |
( |
obfuscation_serialize |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/17]
BOOST_AUTO_TEST_CASE |
( |
streams_buffered_file |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/17]
BOOST_AUTO_TEST_CASE |
( |
streams_buffered_file_rand |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/17]
BOOST_AUTO_TEST_CASE |
( |
streams_buffered_file_skip |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/17]
BOOST_AUTO_TEST_CASE |
( |
streams_hashed |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/17]
BOOST_AUTO_TEST_CASE |
( |
streams_serializedata_xor |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/17]
BOOST_AUTO_TEST_CASE |
( |
streams_vector_reader |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/17]
BOOST_AUTO_TEST_CASE |
( |
streams_vector_reader_rvalue |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [15/17]
BOOST_AUTO_TEST_CASE |
( |
streams_vector_writer |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [16/17]
BOOST_AUTO_TEST_CASE |
( |
xor_file |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [17/17]
BOOST_AUTO_TEST_CASE |
( |
xor_random_chunks |
| ) |
|