Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp125 std::string str0; in TEST() local
126 ASSERT_FALSE(readJson(jsonRequest, res, "integer", str0)); in TEST()
135 readJson(jsonRequest, res, "integer", str0, "string0", integer)); in TEST()
146 std::string str0; in TEST() local
149 ASSERT_FALSE(readJson(jsonRequest, res, "integer", integer, "string0", str0, in TEST()
154 ASSERT_FALSE(readJson(jsonRequest, res, "integer", integer, "string0", str0, in TEST()
265 std::optional<std::string> str0; in TEST() local
274 ASSERT_TRUE(readJson(jsonRequest, res, "missing_string", str0, "integer", in TEST()
278 EXPECT_EQ(str0, std::nullopt); in TEST()
280 ASSERT_TRUE(readJson(jsonRequest, res, "integer", integer, "string", str0, in TEST()
[all …]