Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
a658636f901438d983cb78ecb0914dd83e40d4a3
/
.
/
tools
/
test
/
blob_interface_mock.hpp
blob: 1e57771b080d1c9c9fcef861a5791971bb129984 [
file
] [
log
] [
blame
]
#include
"blob_interface.hpp"
class
BlobInterfaceMock
:
public
BlobInterface
{
public
:
virtual
~
BlobInterfaceMock
()
=
default
;
MOCK_METHOD0
(
getBlobList
,
std
::
vector
<
std
::
string
>());
};