![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Public Member Functions | |
| Expect (common::SettingsValue s) | |
| Expect & | DefaultString () |
| Expect & | DefaultInt () |
| Expect & | DefaultBool () |
| Expect & | String (const char *s) |
| Expect & | Int (int64_t i) |
| Expect & | Bool (bool b) |
| Expect & | List (std::vector< std::string > m) |
| Expect & | Error (const char *e) |
Public Attributes | |
| common::SettingsValue | setting |
| bool | default_string = false |
| bool | default_int = false |
| bool | default_bool = false |
| const char * | string_value = nullptr |
| std::optional< int64_t > | int_value |
| std::optional< bool > | bool_value |
| std::optional< std::vector< std::string > > | list_value |
| const char * | error = nullptr |
Definition at line 89 of file argsman_tests.cpp.
|
inlineexplicit |
Definition at line 100 of file argsman_tests.cpp.
Definition at line 106 of file argsman_tests.cpp.
|
inline |
Definition at line 103 of file argsman_tests.cpp.
|
inline |
Definition at line 102 of file argsman_tests.cpp.
|
inline |
Definition at line 101 of file argsman_tests.cpp.
Definition at line 105 of file argsman_tests.cpp.
|
inline |
Definition at line 107 of file argsman_tests.cpp.
Definition at line 104 of file argsman_tests.cpp.
| std::optional<bool> CheckValueTest::Expect::bool_value |
Definition at line 96 of file argsman_tests.cpp.
Definition at line 93 of file argsman_tests.cpp.
Definition at line 92 of file argsman_tests.cpp.
Definition at line 91 of file argsman_tests.cpp.
Definition at line 98 of file argsman_tests.cpp.
| std::optional<int64_t> CheckValueTest::Expect::int_value |
Definition at line 95 of file argsman_tests.cpp.
| std::optional<std::vector<std::string> > CheckValueTest::Expect::list_value |
Definition at line 97 of file argsman_tests.cpp.
| common::SettingsValue CheckValueTest::Expect::setting |
Definition at line 90 of file argsman_tests.cpp.
Definition at line 94 of file argsman_tests.cpp.