Bitcoin Core 28.99.0
P2P Digital Currency
|
Save the log level and the value of CreateSock and restore them when the test ends. More...
Public Member Functions | |
EnvTestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts opts={}) | |
~EnvTestingSetup () | |
Public Member Functions inherited from BasicTestingSetup | |
void | SeedRandomForTest (SeedRand seed) |
Seed the global RNG state and m_rng for testing and log the seed value. More... | |
BasicTestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts={}) | |
~BasicTestingSetup () | |
Private Attributes | |
const BCLog::Level | m_prev_log_level |
const decltype(CreateSock) | m_create_sock_orig |
Additional Inherited Members | |
Public Attributes inherited from BasicTestingSetup | |
util::SignalInterrupt | m_interrupt |
node::NodeContext | m_node |
FastRandomContext | m_rng |
fs::path | m_path_root |
fs::path | m_path_lock |
bool | m_has_custom_datadir {false} |
ArgsManager | m_args |
Test-specific arguments and settings. More... | |
Save the log level and the value of CreateSock and restore them when the test ends.
Definition at line 22 of file i2p_tests.cpp.
|
inlineexplicit |
Definition at line 25 of file i2p_tests.cpp.
|
inline |
|
private |
Definition at line 42 of file i2p_tests.cpp.
|
private |
Definition at line 41 of file i2p_tests.cpp.