[Cppunit-cvs] cppunit2/doc cpput_todo.dox,1.6,1.7
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2008-07-13 08:19:55
|
Update of /cvsroot/cppunit/cppunit2/doc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16552/doc Modified Files: cpput_todo.dox Log Message: - Added core framework for resource handling to test case, resource registry and test info. Not integrated with the test runner and no unit tests yet. Index: cpput_todo.dox =================================================================== RCS file: /cvsroot/cppunit/cppunit2/doc/cpput_todo.dox,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cpput_todo.dox 8 Jul 2008 20:42:00 -0000 1.6 --- cpput_todo.dox 13 Jul 2008 08:19:18 -0000 1.7 *************** *** 6,10 **** Needs: provide testers with a way to add test cases without writing code. ! Existing practice: FIT acceptance testing (http://fitnesse.org/, http://fit.c2.com/) Input data are: --- 6,10 ---- Needs: provide testers with a way to add test cases without writing code. ! Existing practice: FIT acceptance testing http://fitnesse.org/, and http://fit.c2.com/. Input data are: *************** *** 213,217 **** Since test cases can be executed concurrently (either in multiple processes, or multiple threads), there is a need for some resources to ensure that they ! are used by a single test case at a given time. A exclusion scope is associated to each resource to allow this. --- 213,217 ---- Since test cases can be executed concurrently (either in multiple processes, or multiple threads), there is a need for some resources to ensure that they ! are used by a single test case at a given time. An exclusion scope is associated to each resource to allow this. |