Searched refs:expectedSize (Results 1 – 3 of 3) sorted by relevance
109 size_t expectedSize = 21; in assertServiceRootGet() local115 expectedSize++; in assertServiceRootGet()118 EXPECT_EQ(json.size(), expectedSize); in assertServiceRootGet()
37 size_t expectedSize = 3; in TEST() local41 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(expectedSize)); in TEST()49 EXPECT_EQ(expectedSize, data[0]); in TEST()
96 const size_t expectedSize = in setSupportedCommands() local98 if (cmds.empty() || cmds.size() != expectedSize) in setSupportedCommands()102 "EXPECTED", expectedSize, "RECEIVED", cmds.size()); in setSupportedCommands()