Searched refs:testCount (Results 1 – 2 of 2) sorted by relevance
32 int testCount = conn->yield_method_call<int>( in fooYield() local35 if (ec || testCount != (test + 1)) in fooYield()40 std::cout << "yielding call to foo OK! (-> " << testCount << ")\n"; in fooYield()41 return testCount; in fooYield()
465 def testCount(self): member in TestFunctional