![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Public Types | |
| enum | Action { NONE, ENABLE_TEST, DISABLE_TEST, NEGATE_TEST, ENABLE_REG, DISABLE_REG, NEGATE_REG } |
| using | ActionList = Action[MAX_ACTIONS] |
Public Member Functions | |
| template<typename Fn > | |
| void | ForEachMergeSetup (Fn &&fn) |
| Enumerate all possible test configurations. More... | |
Public Member Functions inherited from BasicTestingSetup | |
| BasicTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) | |
| ~BasicTestingSetup () | |
Static Public Attributes | |
| static constexpr int | MAX_ACTIONS = 2 |
Additional Inherited Members | |
Public Attributes inherited from BasicTestingSetup | |
| node::NodeContext | m_node |
| const fs::path | m_path_root |
| ArgsManager | m_args |
Definition at line 918 of file argsman_tests.cpp.
Definition at line 922 of file argsman_tests.cpp.
| Enumerator | |
|---|---|
| NONE | |
| ENABLE_TEST | |
| DISABLE_TEST | |
| NEGATE_TEST | |
| ENABLE_REG | |
| DISABLE_REG | |
| NEGATE_REG | |
Definition at line 921 of file argsman_tests.cpp.
|
inline |
Enumerate all possible test configurations.
Definition at line 926 of file argsman_tests.cpp.
|
static |
Definition at line 919 of file argsman_tests.cpp.
1.8.14