#pragma once #include "etl/AmendmentBlockHandlerInterface.hpp" #include struct MockAmendmentBlockHandler : etl::AmendmentBlockHandlerInterface { MOCK_METHOD(void, notifyAmendmentBlocked, (), (override)); MOCK_METHOD(void, stop, (), (override)); };