mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 09:05:51 +00:00
Implement extractor tests (#671)
This commit is contained in:
@@ -30,21 +30,12 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
class MockLoadBalancer
|
||||
struct MockLoadBalancer
|
||||
{
|
||||
public:
|
||||
MockLoadBalancer()
|
||||
{
|
||||
}
|
||||
|
||||
MOCK_METHOD(void, loadInitialLedger, (std::uint32_t, bool), ());
|
||||
|
||||
MOCK_METHOD(std::optional<org::xrpl::rpc::v1::GetLedgerResponse>, fetchLedger, (uint32_t, bool, bool), ());
|
||||
|
||||
MOCK_METHOD(bool, shouldPropagateTxnStream, (Source*), (const));
|
||||
|
||||
MOCK_METHOD(boost::json::value, toJson, (), (const));
|
||||
|
||||
MOCK_METHOD(
|
||||
std::optional<boost::json::object>,
|
||||
forwardToRippled,
|
||||
|
||||
Reference in New Issue
Block a user