CountHandlers
int32 CountHandlers() const;
int32 count = CountHandlers();
err = replyMsg.AddInt32("result", CountHandlers());
index = CountHandlers() - index;
CPPUNIT_ASSERT(Looper.CountHandlers() == 1);
CPPUNIT_ASSERT(Looper.CountHandlers() == 1);
CPPUNIT_ASSERT(Looper.CountHandlers() == 2);
CPPUNIT_ASSERT(Looper.CountHandlers() == 3);
CPPUNIT_ASSERT(Looper.CountHandlers() == 4);
CPPUNIT_ASSERT(Looper.CountHandlers() == 3);
CPPUNIT_ASSERT(Looper.CountHandlers() == 2);
CPPUNIT_ASSERT(Looper.CountHandlers() == 1);