Searched refs:jsonVec (Results 1 – 1 of 1) sorted by relevance
169 std::vector<nlohmann::json::object_t> jsonVec; in TEST() local170 ASSERT_TRUE(readJson(jsonRequest, res, "TestJson", jsonVec)); in TEST()177 EXPECT_THAT(jsonVec, ElementsAre(hello, there)); in TEST()