I apologize in advance if this has already been asked--I couldn't see it in any of the forums.
I would like to pass parameters into a test class I derived from CPPUNIT_NS::TestFixture, preferably through the constructor. As far as I can tell, there is not a way to do this. Is this the case? If this can not be done with CPPUNIT_NS::TestFixture, is there another class I can use to do this? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I apologize in advance if this has already been asked--I couldn't see it in any of the forums.
I would like to pass parameters into a test class I derived from CPPUNIT_NS::TestFixture, preferably through the constructor. As far as I can tell, there is not a way to do this. Is this the case? If this can not be done with CPPUNIT_NS::TestFixture, is there another class I can use to do this? Thanks.