Searched refs:jsonVec (Results 1 – 1 of 1) sorted by relevance
166 std::vector<nlohmann::json> jsonVec; in TEST() local167 ASSERT_TRUE(readJson(jsonRequest, res, "TestJson", jsonVec)); in TEST()170 EXPECT_THAT(jsonVec, ElementsAre(R"({"hello": "yes"})"_json, in TEST()