Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-hwmon
/
02e598ab445833e0ce615f88ac0aed7288a100e0
/
.
/
test
/
env_mock.hpp
blob: 9aad8c1154582bb53dbdc0917bb05711efa427e2 [
file
] [
log
] [
blame
]
#pragma
once
#include
"env.hpp"
#include
<string>
#include
<gmock/gmock.h>
namespace
env
{
class
EnvMock
:
public
Env
{
public
:
MOCK_CONST_METHOD1
(
get
,
const
char
*(
const
char
*));
};
static
inline
EnvMock
mockEnv
;
}
// namespace env