Test GetSetting and GetArg type coercion, negation, and default value handling.
More...
|
void | CheckValue (unsigned int flags, const char *arg, const Expect &expect) |
|
| TestChain100Setup (const std::vector< const char * > &extra_args={}) |
|
CBlock | CreateAndProcessBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, CChainState *chainstate=nullptr) |
| Create a new block with just given transactions, coinbase paying to scriptPubKey, and try to add it to the current chain. More...
|
|
CBlock | CreateBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, CChainState &chainstate) |
| Create a new block with just given transactions, coinbase paying to scriptPubKey. More...
|
|
void | mineBlocks (int num_blocks) |
| Mine a series of new blocks on the active chain. More...
|
|
CMutableTransaction | CreateValidMempoolTransaction (CTransactionRef input_transaction, int input_vout, int input_height, CKey input_signing_key, CScript output_destination, CAmount output_amount=CAmount(1 *COIN), bool submit=true) |
| Create a transaction and submit to the mempool. More...
|
|
| TestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) |
|
| ChainTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) |
|
| ~ChainTestingSetup () |
|
| BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) |
|
| ~BasicTestingSetup () |
|
Test GetSetting and GetArg type coercion, negation, and default value handling.
Definition at line 259 of file util_tests.cpp.