Searched refs:htmlJson (Results 1 – 1 of 1) sorted by relevance
59 std::array<ContentType, 2> htmlJson{ContentType::HTML, ContentType::JSON}; in TEST() local60 EXPECT_EQ(getPreferredContentType("text/html, application/json", htmlJson), in TEST()