mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "data/LedgerCacheInterface.hpp"
|
||||
#include "data/Types.hpp"
|
||||
#include "etlng/Models.hpp"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <xrpl/basics/base_uint.h>
|
||||
@@ -41,6 +42,10 @@ struct MockLedgerCache : data::LedgerCacheInterface {
|
||||
|
||||
MOCK_METHOD(std::optional<data::Blob>, get, (ripple::uint256 const& a, uint32_t b), (const, override));
|
||||
|
||||
MOCK_METHOD(void, update, (std::vector<etlng::model::Object> const&, uint32_t), (override));
|
||||
|
||||
MOCK_METHOD(std::optional<data::Blob>, getDeleted, (ripple::uint256 const&, uint32_t), (const, override));
|
||||
|
||||
MOCK_METHOD(
|
||||
std::optional<data::LedgerObject>,
|
||||
getSuccessor,
|
||||
|
||||
Reference in New Issue
Block a user