10#include <boost/test/unit_test.hpp>
16static std::string
TestWalletName(
const std::string& endpoint, std::optional<std::string> parameter = std::nullopt)
BOOST_FIXTURE_TEST_SUITE(cuckoocache_tests, BasicTestingSetup)
Test Suite for CuckooCache.
BOOST_AUTO_TEST_SUITE_END()
static std::string TestWalletName(const std::string &endpoint, std::optional< std::string > parameter=std::nullopt)
std::string EnsureUniqueWalletName(const JSONRPCRequest &request, const std::string *wallet_name)
Ensures that a wallet name is specified across the endpoint and wallet_name.
BOOST_AUTO_TEST_CASE(bnb_test)
#define BOOST_CHECK_THROW(stmt, excMatch)
#define BOOST_CHECK_EQUAL(v1, v2)