Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-hwmon
/
609fe98205fe8f4bd0dc6b9fca66877e2edf186d
/
.
/
test
/
hwmon_unittest.cpp
blob: 035d0983f2c75deb2db9ababdc1b1a9c423c101a [
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
));
}