Implement extractor tests (#671)

This commit is contained in:
Alex Kremer
2023-06-07 12:33:46 +01:00
committed by GitHub
parent 244337c5b6
commit 5d2c079f1a
12 changed files with 349 additions and 49 deletions

View File

@@ -24,12 +24,12 @@
using namespace Backend;
class MockBackend : public BackendInterface
struct MockBackend : public BackendInterface
{
public:
MockBackend(clio::Config)
{
}
MOCK_METHOD(
std::optional<ripple::LedgerInfo>,
fetchLedgerBySequence,