I would like to test some classes for being proper objects using Orthodox<MyClass> fixture, but I can't figure out how to implement and call these tests.
Do I need to modify the main(), where TestRunner is called?
Please show or point me to an example.
Using CppUnit 1.12 on FreeBSD 5.4, gcc version 3.4.2 [FreeBSD]
thanks for any pointers!
-jane
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like to test some classes for being proper objects using Orthodox<MyClass> fixture, but I can't figure out how to implement and call these tests.
Do I need to modify the main(), where TestRunner is called?
Please show or point me to an example.
Using CppUnit 1.12 on FreeBSD 5.4, gcc version 3.4.2 [FreeBSD]
thanks for any pointers!
-jane