Bitcoin Core 31.99.0
P2P Digital Currency
Functions
common_url_tests.cpp File Reference
#include <common/url.h>
#include <string>
#include <string_view>
#include <boost/test/unit_test.hpp>
Include dependency graph for common_url_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (encode_decode_test)
 
 BOOST_AUTO_TEST_CASE (decode_malformed_test)
 
 BOOST_AUTO_TEST_CASE (decode_lowercase_hex_test)
 
 BOOST_AUTO_TEST_CASE (decode_internal_nulls_test)
 
 BOOST_AUTO_TEST_CASE (url_encode)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( decode_internal_nulls_test  )

Definition at line 69 of file common_url_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( decode_lowercase_hex_test  )

Definition at line 65 of file common_url_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( decode_malformed_test  )

Definition at line 31 of file common_url_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( encode_decode_test  )

Definition at line 17 of file common_url_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( url_encode  )

Definition at line 76 of file common_url_tests.cpp.

Here is the call graph for this function: