Searched refs:interestedMatchers (Results 1 – 1 of 1) sorted by relevance
1483 const set<int>& interestedMatchers = tracker->getAtomMatchingTrackerIndex(); in TEST_F() local1484 ASSERT_EQ(interestedMatchers.size(), 3); in TEST_F()1485 ASSERT_EQ(interestedMatchers.count(startMatcherIndex), 1); in TEST_F()1486 ASSERT_EQ(interestedMatchers.count(stopMatcherIndex), 1); in TEST_F()1487 ASSERT_EQ(interestedMatchers.count(stopAllMatcherIndex), 1); in TEST_F()