1 2 3 4 5 6 7 8 9 10 11
#include "hwmon.hpp" #include <gmock/gmock.h> #include <gtest/gtest.h> TEST(HwmonTest, InvalidType) { hwmon::Attributes attrs; EXPECT_FALSE(hwmon::getAttributes("invalid", attrs)); }