Searched refs:expectedGlopCount (Results 1 – 1 of 1) sorted by relevance
57 std::function<void(const Glop& glop)> glopVerifier, int expectedGlopCount = 1) { in testUnmergedGlopDispatch() argument65 auto glopReceiver = [&glopVerifier, &glopCount, &expectedGlopCount] (const Glop& glop) { in testUnmergedGlopDispatch()66 ASSERT_LE(glopCount++, expectedGlopCount) << expectedGlopCount << "glop(s) expected"; in testUnmergedGlopDispatch()79 ASSERT_EQ(expectedGlopCount, glopCount) << "Exactly " << expectedGlopCount in testUnmergedGlopDispatch()