In cppunit 1.8.0 (w/ VC++ 6.0), I'm trying to use CPPUNIT_TEST_SUITE_REGISTRATION. HostApp + ExampleTestCase works fine, but not an additional test suite (based on ExampleTestCase with a new name.) No failures reported from the 2nd suite. Is there some trick to registering more than one test suite?
Is it true that no changes are needed in TestRunner? It seems very slick to only need to modify the HostApp's test files, and count on runtime registration.
Thank you,
Kelley
mkh@veeco.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-07-02
Nevermind. I had to browse for the other tests, or choose AllTests. Sorry about that. Feel free to remove the posted question and answer.
It works great. Awsome tool!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In cppunit 1.8.0 (w/ VC++ 6.0), I'm trying to use CPPUNIT_TEST_SUITE_REGISTRATION. HostApp + ExampleTestCase works fine, but not an additional test suite (based on ExampleTestCase with a new name.) No failures reported from the 2nd suite. Is there some trick to registering more than one test suite?
Is it true that no changes are needed in TestRunner? It seems very slick to only need to modify the HostApp's test files, and count on runtime registration.
Thank you,
Kelley
mkh@veeco.com
Nevermind. I had to browse for the other tests, or choose AllTests. Sorry about that. Feel free to remove the posted question and answer.
It works great. Awsome tool!!!!