Searched refs:testKeyValuePairs (Results 1 – 2 of 2) sorted by relevance
93 std::unordered_map<int, uint64_t> testKeyValuePairs; in TEST() local107 testKeyValuePairs[key] = value; in TEST()109 for (const auto &v : testKeyValuePairs) { in TEST()229 std::unordered_map<int, uint64_t> testKeyValuePairs; in TEST() local242 testKeyValuePairs[key] = value; in TEST()246 EXPECT_EQ(testKeyValuePairs[entry.key()], entry.value()); in TEST()247 testKeyValuePairs.erase(entry.key()); in TEST()249 EXPECT_TRUE(testKeyValuePairs.empty()); in TEST()
329 public void testKeyValuePairs() { in testKeyValuePairs() method in StatsEventTest