I'm new to cppunit, and would like to be able to pass parameters into test cases to change the behavior of the tests.
Is there a supported mechanism for this...or do I have to subclass a significant number of the framework classes?
Anyone with experience doing this?
Log in to post a comment.
I'm new to cppunit, and would like to be able to pass parameters into test cases to change the behavior of the tests.
Is there a supported mechanism for this...or do I have to subclass a significant number of the framework classes?
Anyone with experience doing this?