Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp169 std::vector<nlohmann::json::object_t> jsonVec; in TEST() local
170 ASSERT_TRUE(readJson(jsonRequest, res, "TestJson", jsonVec)); in TEST()
177 EXPECT_THAT(jsonVec, ElementsAre(hello, there)); in TEST()