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 | 769 json expNode = json::parse(R"( in TEST() local 797 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode).empty()); in TEST() 800 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() 809 expNode2["Chassis"] = std::move(expNode); in TEST() 830 json expNode = json::parse(R"( in TEST() local 846 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() 852 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 1, 1, expNode), in TEST() 863 json expNode = json::parse(R"( in TEST() local 888 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode), in TEST() 894 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() [all …]
|