Bitcoin Core 31.99.0
P2P Digital Currency
Functions
descriptor_tests.cpp File Reference
#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>
Include dependency graph for descriptor_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (descriptor_test)
 
 BOOST_AUTO_TEST_CASE (descriptor_literal_null_byte)
 
 BOOST_AUTO_TEST_CASE (descriptor_older_warnings)
 
void CheckSingleUnparsable (const std::string &desc, const std::string &expected_error)
 
void CheckUnused (const std::string &prv, const std::string &pub)
 
 BOOST_AUTO_TEST_CASE (unused_descriptor_test)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( descriptor_literal_null_byte  )

Definition at line 1282 of file descriptor_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( descriptor_older_warnings  )

Definition at line 1291 of file descriptor_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( descriptor_test  )

Definition at line 592 of file descriptor_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( unused_descriptor_test  )

Definition at line 1383 of file descriptor_tests.cpp.

Here is the call graph for this function:

◆ CheckSingleUnparsable()

void CheckSingleUnparsable ( const std::string &  desc,
const std::string &  expected_error 
)

Definition at line 1337 of file descriptor_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CheckUnused()

void CheckUnused ( const std::string &  prv,
const std::string &  pub 
)

Definition at line 1346 of file descriptor_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: