![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <common/args.h>#include <seeder/options.h>#include <util/string.h>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Classes | |
| class | ArgsTestingSetup |
Functions | |
| BOOST_FIXTURE_TEST_CASE (options_defaults_test, ArgsTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (options_basic_test, ArgsTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (options_dumpinterval_test, ArgsTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (options_threads_test, ArgsTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (options_dns_threads_test, ArgsTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (options_port_test, ArgsTestingSetup) | |
Variables | |
| static const char * | TEST_HOST = "-host=seeder.bitcoinabc.org" |
| static const char * | TEST_NAMESERVER = "-ns=localhost" |
| static const char * | TEST_EMAIL = "[email protected]" |
| BOOST_FIXTURE_TEST_CASE | ( | options_basic_test | , |
| ArgsTestingSetup | |||
| ) |
Definition at line 37 of file options_tests.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | options_defaults_test | , |
| ArgsTestingSetup | |||
| ) |
Definition at line 25 of file options_tests.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | options_dns_threads_test | , |
| ArgsTestingSetup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | options_dumpinterval_test | , |
| ArgsTestingSetup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | options_port_test | , |
| ArgsTestingSetup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | options_threads_test | , |
| ArgsTestingSetup | |||
| ) |
|
static |
Definition at line 13 of file options_tests.cpp.
|
static |
Definition at line 11 of file options_tests.cpp.
|
static |
Definition at line 12 of file options_tests.cpp.