Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp768 json expNode = json::parse(R"( in TEST() local
796 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode).empty()); in TEST()
799 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST()
808 expNode2["Chassis"] = std::move(expNode); in TEST()
829 json expNode = json::parse(R"( in TEST() local
845 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST()
851 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 1, 1, expNode), in TEST()
862 json expNode = json::parse(R"( in TEST() local
887 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode), in TEST()
893 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST()
[all …]