Hi Atul,
This patch came in rev 97 of the official calitko branch (I’m almost ready with the v0.5.8 release).
There is a good example for how this CppUnit extension can be used in:
Protocols\BitTorrent\Packets\Testing\DreamPacketTest.cpp
I’m sure you won’t need more docs ;-)
Just don’t forget to declare the member: void *__currentTestData; in your test fixture, otherwise you’ll get compile errors. I know… I have to hide these details in a base class for example…
Regards,
Peter
