CppUnit question: how to use extension Orthodox<MyClass>

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jane Prusakova

    CppUnit question: how to use extension Orthodox<MyClass>

    Hello,

    I would like to test some of the classes for being proper objects, the
    kind of tests that the Orthodox<MyClas sextension of CppUnit library
    does. However, I can't figure out how to get these tests to run.

    Can somebody point me to an example, or show how to add these tests to
    the test runner program?
    Using CppUnit 1.12 on FreeBSD, gcc version 3.4.2.

    thanks for any pointers!
    -jane
Working...