CppUnit Orthodox<> extension : need tutorial / sample code
Brought to you by:
blep
I am looking for a way to include tests provided by Orthodox<MyClass> extension of CppUnit library
into my test suit. However, I can't figure out how these tests were meant to run.
Code suggestion in comments for Orthodox.h are outdated.
I looked at the
examples/cppunittest/OrthodoxTest.cpp in cppunit distribution, but this is hardly a good way to integrate.
Using CppUnit 1.12 on FreeBSD, gcc version 3.4.2.
janyatest@gmail.com