Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25665/include/cpput
Modified Files:
testinfo.h
Log Message:
* added quick accessor for actual/expected
Index: testinfo.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/testinfo.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** testinfo.h 20 Nov 2004 15:06:59 -0000 1.5
--- testinfo.h 20 Nov 2004 15:47:15 -0000 1.6
***************
*** 5,8 ****
--- 5,10 ----
# include <opentest/properties.h>
+ /// @todo find a away to integrate context with multiple thread.
+
namespace CppUT {
***************
*** 76,79 ****
--- 78,83 ----
OpenTest::Properties &CPPUT_API currentAssertion();
+ OpenTest::Properties &CPPUT_API currentAssertionActual();
+ OpenTest::Properties &CPPUT_API currentAssertionExpected();
/// Realize the current assertion.
|