Definition at line 13 of file test_responses.cpp.
◆ response_impl_type
◆ response_test_fixture()
response_test_fixture::response_test_fixture |
( |
| ) |
|
|
inline |
TODO: initialize extraction implementation here with mock_logfile_provider
as template param
Definition at line 65 of file test_responses.cpp.
66 :
response_impl(mock_logfile_provider(*
this), mock_data_handler_provider(*
this),
68 {
69
70 }
static logger get(const fc::string &name=DEFAULT_LOGGER)
#define fc_dlog(LOGGER, FORMAT,...)
response_impl_type response_impl
◆ get_block_trace()
Definition at line 72 of file test_responses.cpp.
72 {} ) {
74 }
fc::variant get_block_trace(uint32_t block_height, const yield_function &yield={})
◆ default_mock_data_handler_v0
auto response_test_fixture::default_mock_data_handler_v0 |
|
staticconstexpr |
Initial value:
}
An order-preserving dictionary of variants.
stores null, int64, uint64, double, bool, string, std::vector<variant>, and variant_object's.
fc::string to_hex(const char *d, uint32_t s)
fc::optional_delegate< void()> yield_function
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition at line 35 of file test_responses.cpp.
◆ default_mock_data_handler_v1
auto response_test_fixture::default_mock_data_handler_v1 |
|
staticconstexpr |
◆ mock_data_handler_v0
◆ mock_data_handler_v1
◆ mock_get_block
◆ response_impl
The documentation for this struct was generated from the following file: