otmane - 2007-07-12

Hello,
First sorry if my English is bad, i will try to explain my request.
I want to use TimeOutTestCaller class in my test frame-work to create TestCase's that run for 10 second for example. I found a example of usage here : http://cppunit.sourceforge.net/doc/lastest/group___writing_test_fixture.html#ga5
I have two questions about this class:
1- I have many TestCase that i create with different parameters, i want to use TimeOutTestCaller with this TestCases, is-it possible?
2- Where can I found TimeOutTestCaller on cppunit?  because in the doxygen of CppUnit-1.12-0   I don't found documentation about this class . It seems that this
class doesn't exist in the version of cppunit i have installed on my computer.

Thank's for the replier.