Searched refs:expNode (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 768 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 …]
|