11#include <boost/test/unit_test.hpp>
17 const auto data_dir = m_args.GetDataDirBase();
33 const auto data_dir = m_args.GetDataDirBase();
36 std::string
line1(
"A purely peer-to-peer version of electronic cash would allow online "
37 "payments to be sent directly from one party to another without going "
38 "through a financial institution.");
39 std::string
line2(
"Digital signatures provide part of the solution, but the main benefits are "
40 "lost if a trusted third party is still required to prevent double-spending.");
98 const auto data_dir = m_args.GetDataDirBase();
118 const auto data_dir = m_args.GetDataDirBase();
Non-refcounted RAII wrapper for FILE*.
FlatFileSeq represents a sequence of numbered files storing raw data.
BOOST_FIXTURE_TEST_SUITE(cuckoocache_tests, BasicTestingSetup)
Test Suite for CuckooCache.
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(flatfile_filename)
#define BOOST_CHECK_THROW(stmt, excMatch)
#define BOOST_CHECK_EQUAL(v1, v2)
#define BOOST_CHECK(expr)
#define LIMITED_STRING(obj, n)
uint64_t GetSerializeSize(const T &t)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.