PIVX Core  5.6.99
P2P Digital Currency
Functions
getarg_tests.cpp File Reference
#include "util/system.h"
#include "test/test_pivx.h"
#include <string>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/test/unit_test.hpp>
Include dependency graph for getarg_tests.cpp:

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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( boolarg  )

Definition at line 34 of file getarg_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( boolargno  )

Definition at line 139 of file getarg_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( doubledash  )

Definition at line 129 of file getarg_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( intarg  )

Definition at line 110 of file getarg_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( stringarg  )

Definition at line 86 of file getarg_tests.cpp.