#include <pubkey.h>
#include <script/descriptor.h>
#include <script/sign.h>
#include <test/util/setup_common.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <boost/test/unit_test.hpp>
#include <optional>
#include <regex>
#include <string>
#include <vector>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/4]
| BOOST_AUTO_TEST_CASE |
( |
descriptor_literal_null_byte |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
| BOOST_AUTO_TEST_CASE |
( |
descriptor_older_warnings |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
| BOOST_AUTO_TEST_CASE |
( |
descriptor_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
| BOOST_AUTO_TEST_CASE |
( |
unused_descriptor_test |
| ) |
|
◆ CheckSingleUnparsable()
| void CheckSingleUnparsable |
( |
const std::string & |
desc, |
|
|
const std::string & |
expected_error |
|
) |
| |
◆ CheckUnused()
| void CheckUnused |
( |
const std::string & |
prv, |
|
|
const std::string & |
pub |
|
) |
| |