Funtion to retive siute and testscase name
Brought to you by:
blep
during setup of a test case, I would like to query
CppUnit for the Name of the TestSuite and TestCase to
be used to open output files. How can I get this
information.
P.S. Class TestFactoryRegistry member
function '*makeTest()' has a return data type of Base
class 'Test', but all of the help and comment say it
should be 'TestCase'.
Thank You Very Much!
Dan Moschella
Logged In: YES
user_id=196852
To you mean that you are trying to get the name of the test
in the setUp() method of your fixture ?
Baptiste.
Logged In: NO
I am looking for this information as well, not only in setUp but
in tearDown.