Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
a658636f901438d983cb78ecb0914dd83e40d4a3
/
.
/
tools
/
test
/
ipmi_interface_mock.hpp
blob: f4ca0cffcbd4b5f0bf49dfb8b968e840e657ba17 [
file
] [
log
] [
blame
]
#pragma
once
class
IpmiInterfaceMock
:
public
IpmiInterface
{
public
:
virtual
~
IpmiInterfaceMock
()
=
default
;
MOCK_METHOD1
(
sendPacket
,
int
(
const
std
::
vector
<
std
::
uint8_t
>&));
};