![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Public Types | |
enum | Action { END, SET, NEGATE, SECTION_SET, SECTION_NEGATE } |
using | ActionList = Action[MAX_ACTIONS] |
Public Member Functions | |
template<typename Fn > | |
void | ForEachMergeSetup (Fn &&fn) |
Enumerate all possible test configurations. More... | |
![]() | |
BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) | |
~BasicTestingSetup () | |
Static Public Attributes | |
static constexpr int | MAX_ACTIONS = 3 |
Max number of actions to sequence together. More... | |
Additional Inherited Members | |
![]() | |
ECCVerifyHandle | globalVerifyHandle |
node::NodeContext | m_node |
const fs::path | m_path_root |
ArgsManager | m_args |
Definition at line 152 of file settings_tests.cpp.
Definition at line 158 of file settings_tests.cpp.
Enumerator | |
---|---|
END | |
SET | |
NEGATE | |
SECTION_SET | |
SECTION_NEGATE |
Definition at line 157 of file settings_tests.cpp.
|
inline |
Enumerate all possible test configurations.
Definition at line 162 of file settings_tests.cpp.
|
staticconstexpr |
Max number of actions to sequence together.
Can decrease this when debugging to make test results easier to understand.
Definition at line 155 of file settings_tests.cpp.