![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
Public Types | |
enum | Action { NONE , 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... | |
std::vector< std::string > | GetValues (const ActionList &actions, const std::string §ion, const std::string &name, const std::string &value_prefix) |
Translate actions into a list of <key>=setting strings. More... | |
![]() | |
BasicTestingSetup (const ChainType chainType=ChainType::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 | |
![]() | |
node::NodeContext | m_node |
const fs::path | m_path_root |
ArgsManager | m_args |
Definition at line 740 of file argsman_tests.cpp.
Definition at line 746 of file argsman_tests.cpp.
Enumerator | |
---|---|
NONE | |
SET | |
NEGATE | |
SECTION_SET | |
SECTION_NEGATE |
Definition at line 745 of file argsman_tests.cpp.
|
inline |
Enumerate all possible test configurations.
Definition at line 750 of file argsman_tests.cpp.
|
inline |
Translate actions into a list of <key>=setting strings.
Definition at line 773 of file argsman_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 743 of file argsman_tests.cpp.