blob: 9b2c81c5cf22c687462d6a58fd76dbc71b541afe [file] [log] [blame]
#pragma once
#include <gmock/gmock.h>
#include "bmc_time_change_listener.hpp"
namespace phosphor {
namespace time {
class MockBmcTimeChangeListener : public BmcTimeChangeListener {
public:
MOCK_METHOD1(onBmcTimeChanged,
void(const std::chrono::microseconds&));
};
} // namespace time
} // namespace phosphor