![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "util/system.h"#include "test/test_pivx.h"#include <string>#include <vector>#include <boost/algorithm/string.hpp>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (boolarg) | |
| BOOST_AUTO_TEST_CASE (stringarg) | |
| BOOST_AUTO_TEST_CASE (intarg) | |
| BOOST_AUTO_TEST_CASE (doubledash) | |
| BOOST_AUTO_TEST_CASE (boolargno) | |
| BOOST_AUTO_TEST_CASE | ( | boolarg | ) |
Definition at line 34 of file getarg_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | boolargno | ) |
Definition at line 139 of file getarg_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | doubledash | ) |
Definition at line 129 of file getarg_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | intarg | ) |
Definition at line 110 of file getarg_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | stringarg | ) |
Definition at line 86 of file getarg_tests.cpp.