Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-hwmon
/
670d92a775a14148b582c479f1f5705e94167c8f
/
.
/
test
/
hwmon_unittest.cpp
blob: ef3ef7d2ef6dc2d301ba5e6d3bf7f26657adffb3 [
file
] [
log
] [
blame
]
#include
"hwmon.hpp"
#include
<gmock/gmock.h>
#include
<gtest/gtest.h>
TEST
(
HwmonTest
,
InvalidType
)
{
hwmon
::
Attributes
attrs
;
EXPECT_FALSE
(
hwmon
::
getAttributes
(
"invalid"
,
attrs
));
}