Home
last modified time | relevance | path

Searched refs:expectedSize (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/redfish-core/lib/
H A Dservice_root_test.cpp109 size_t expectedSize = 21; in assertServiceRootGet() local
115 expectedSize++; in assertServiceRootGet()
118 EXPECT_EQ(json.size(), expectedSize); in assertServiceRootGet()
/openbmc/google-ipmi-sys/test/
H A Dpcie_unittest.cpp37 size_t expectedSize = 3; in TEST() local
41 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(expectedSize)); in TEST()
49 EXPECT_EQ(expectedSize, data[0]); in TEST()
/openbmc/pldm/platform-mc/
H A Dterminus.hpp96 const size_t expectedSize = in setSupportedCommands() local
98 if (cmds.empty() || cmds.size() != expectedSize) in setSupportedCommands()
102 "EXPECTED", expectedSize, "RECEIVED", cmds.size()); in setSupportedCommands()