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.cpp807 json expNode2 = R"({"@odata.id" : "/redfish/v1"})"_json; in TEST() local
808 expNode2["Chassis"] = std::move(expNode); in TEST()
810 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2).empty()); in TEST()
812 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2).empty()); in TEST()
815 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 3, 0, expNode2), in TEST()
901 json expNode2 = R"({"@odata.id" : "/redfish/v1", in TEST() local
903 expNode2["Chassis"] = std::move(expNode); in TEST()
905 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2), in TEST()
910 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2), in TEST()
917 findNavigationReferences(ExpandType::NotLinks, 3, 0, expNode2), in TEST()