![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include "util.h"
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 26 of file getarg_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | stringarg | ) |
Definition at line 90 of file getarg_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | intarg | ) |
Definition at line 114 of file getarg_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | doubledash | ) |
Definition at line 133 of file getarg_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | boolargno | ) |
Definition at line 143 of file getarg_tests.cpp.