mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
Implement extractor tests (#671)
This commit is contained in:
@@ -24,18 +24,10 @@
|
||||
|
||||
#include <chrono>
|
||||
|
||||
class MockETLService
|
||||
struct MockETLService
|
||||
{
|
||||
public:
|
||||
MockETLService()
|
||||
{
|
||||
}
|
||||
|
||||
MOCK_METHOD(boost::json::object, getInfo, (), (const));
|
||||
|
||||
MOCK_METHOD(std::chrono::time_point<std::chrono::system_clock>, getLastPublish, (), (const));
|
||||
|
||||
MOCK_METHOD(std::uint32_t, lastPublishAgeSeconds, (), (const));
|
||||
|
||||
MOCK_METHOD(std::uint32_t, lastCloseAgeSeconds, (), (const));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user