Dash Core  0.12.2.1
P2P Digital Currency
invalidtxrequest.InvalidTxRequestTest Class Reference
+ Inheritance diagram for invalidtxrequest.InvalidTxRequestTest:

Public Member Functions

def __init__ (self)
 
def run_test (self)
 
def get_tests (self)
 
- Public Member Functions inherited from test_framework.test_framework.ComparisonTestFramework
def __init__ (self)
 
def add_options (self, parser)
 
def setup_chain (self)
 
def setup_network (self)
 
- Public Member Functions inherited from test_framework.test_framework.BitcoinTestFramework
def run_test (self)
 
def add_options (self, parser)
 
def setup_chain (self)
 
def setup_nodes (self)
 
def setup_network (self, split=False)
 
def split_network (self)
 
def sync_all (self)
 
def join_network (self)
 
def main (self)
 

Public Attributes

 num_nodes
 
 tip
 
 block_time
 
 block1
 
- Public Attributes inherited from test_framework.test_framework.ComparisonTestFramework
 num_nodes
 
 nodes
 
- Public Attributes inherited from test_framework.test_framework.BitcoinTestFramework
 nodes
 
 is_network_split
 

Detailed Description

Can either run this test as 1 node with expected answers, or two and compare them. 
    Change the "outcome" variable from each TestInstance object to only do the comparison. 

Definition at line 18 of file invalidtxrequest.py.

Constructor & Destructor Documentation

◆ __init__()

def invalidtxrequest.InvalidTxRequestTest.__init__ (   self)

Definition at line 22 of file invalidtxrequest.py.

Member Function Documentation

◆ get_tests()

def invalidtxrequest.InvalidTxRequestTest.get_tests (   self)

Definition at line 33 of file invalidtxrequest.py.

◆ run_test()

def invalidtxrequest.InvalidTxRequestTest.run_test (   self)

Member Data Documentation

◆ block1

invalidtxrequest.InvalidTxRequestTest.block1

Definition at line 46 of file invalidtxrequest.py.

◆ block_time

invalidtxrequest.InvalidTxRequestTest.block_time

◆ num_nodes

invalidtxrequest.InvalidTxRequestTest.num_nodes

◆ tip

invalidtxrequest.InvalidTxRequestTest.tip

The documentation for this class was generated from the following file: