Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp667 json expNode2 = R"({"@odata.id" : "/redfish/v1"})"_json; in TEST() local
668 expNode2["Chassis"] = std::move(expNode); in TEST()
670 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2).empty()); in TEST()
672 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2).empty()); in TEST()
675 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 3, 0, expNode2), in TEST()
761 json expNode2 = R"({"@odata.id" : "/redfish/v1", in TEST() local
763 expNode2["Chassis"] = std::move(expNode); in TEST()
765 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2), in TEST()
770 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2), in TEST()
777 findNavigationReferences(ExpandType::NotLinks, 3, 0, expNode2), in TEST()