PIVX Core  5.6.99
P2P Digital Currency
Functions
script_P2SH_tests.cpp File Reference
#include "test/test_pivx.h"
#include "consensus/tx_verify.h"
#include "key.h"
#include "keystore.h"
#include "policy/policy.h"
#include "script/script.h"
#include "script/script_error.h"
#include "script/sign.h"
#include "script/ismine.h"
#include "validation.h"
#include <vector>
#include <boost/test/unit_test.hpp>
Include dependency graph for script_P2SH_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (sign)
 
 BOOST_AUTO_TEST_CASE (norecurse)
 
 BOOST_AUTO_TEST_CASE (set)
 
 BOOST_AUTO_TEST_CASE (is)
 
 BOOST_AUTO_TEST_CASE (switchover)
 
 BOOST_AUTO_TEST_CASE (AreInputsStandard)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( AreInputsStandard  )

Definition at line 260 of file script_P2SH_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( is  )

Definition at line 209 of file script_P2SH_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( norecurse  )

Definition at line 127 of file script_P2SH_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( set  )

Definition at line 154 of file script_P2SH_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( sign  )

Definition at line 53 of file script_P2SH_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( switchover  )

Definition at line 240 of file script_P2SH_tests.cpp.