[Cppunit-cvs] cppunit2/include/cpput testinfo.h,1.6,1.7
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-21 22:24:04
|
Update of /cvsroot/cppunit/cppunit2/include/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26626/include/cpput Modified Files: testinfo.h Log Message: * added api for logging Index: testinfo.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpput/testinfo.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** testinfo.h 20 Nov 2004 15:47:15 -0000 1.6 --- testinfo.h 21 Nov 2004 22:22:24 -0000 1.7 *************** *** 99,102 **** --- 99,104 ---- bool CPPUT_API testHasFailed(); + void CPPUT_API log( const std::string &text ); + void CPPUT_API appendFaultToResult( const OpenTest::Properties &fault ); |