Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <seeder/dns.h>
#include <seeder/test/dns_util.h>
#include <string>
#include <vector>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
static void | CheckWriteNameNoOffset (const std::string &qname) |
static void | CheckWriteNameWithOffset (const std::string &qname, const int &offset=12) |
static void | CheckWriteName (const std::string &qname, const int &offset=12) |
static void | CheckWriteNameError (const std::string &qname, const int &expectedError, const int &offset=-1, const size_t &writeBufferSize=MAX_QUERY_NAME_BUFFER_LENGTH) |
BOOST_AUTO_TEST_CASE (write_name_simple_tests) | |
BOOST_AUTO_TEST_CASE (write_name_label_tests) | |
BOOST_AUTO_TEST_CASE (write_name_qname_length_tests) | |
BOOST_AUTO_TEST_CASE | ( | write_name_label_tests | ) |
BOOST_AUTO_TEST_CASE | ( | write_name_qname_length_tests | ) |
BOOST_AUTO_TEST_CASE | ( | write_name_simple_tests | ) |
Definition at line 80 of file write_name_tests.cpp.
|
static |
Definition at line 85 of file write_name_tests.cpp.
Definition at line 15 of file write_name_tests.cpp.
Definition at line 46 of file write_name_tests.cpp.