Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1355
Modified Files:
TODO
Log Message:
In progress of adding CppTL::Value to replace CppTL::Any in table fixture and input based fixture. Value allows optionaly comparison, conversion to other type, conversion to string...
Index: TODO
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TODO 15 Aug 2007 11:20:57 -0000 1.5
--- TODO 19 Aug 2007 20:13:24 -0000 1.6
***************
*** 1,2 ****
--- 1,12 ----
* complete works on the CommandLines library => likely moved to opentest.
* add support for ExtendedData in C function test case (CPPUT_TEST_FUNCTION...)
+ * need a new Any supporting feature required for unit testing:
+ - toString (toJson?)
+ - type to text (for conversion error message)
+ - equality comparison test (input fixture)
+ - support for basic types
+ - support for string types
+ - support for unknown aggregate types.
+ - conversion between type (int, uint, const char *, std::string...)
+ - type comparison
+
|