![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <node/timeoffsets.h>#include <node/warnings.h>#include <test/util/setup_common.h>#include <boost/test/unit_test.hpp>#include <chrono>#include <vector>Go to the source code of this file.
Functions | |
| static void | AddMulti (TimeOffsets &offsets, const std::vector< std::chrono::seconds > &to_add) |
| BOOST_AUTO_TEST_CASE (timeoffsets) | |
| static bool | IsWarningRaised (const std::vector< std::chrono::seconds > &check_offsets) |
| BOOST_AUTO_TEST_CASE (timeoffsets_warning) | |
|
static |
Definition at line 17 of file timeoffsets_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | timeoffsets | ) |
| BOOST_AUTO_TEST_CASE | ( | timeoffsets_warning | ) |
|
static |
Definition at line 53 of file timeoffsets_tests.cpp.