Changeset 661 for library/doc/html/unit_testing.html
- Timestamp:
- 10/15/09 00:10:19 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/unit_testing.html
r656 r661 59 59 </ul> 60 60 </div> 61 <div class="navpath"><a class="el" href="dev _guide2.html">BDM Development - Contribution guide</a>61 <div class="navpath"><a class="el" href="devguide2.html">BDM Development - Contribution guide</a> 62 62 </div> 63 63 </div> … … 108 108 <p>Ideally, unit tests should test every method of every class (there are higher ideals, but they're even less realistic). Failing that, at least some methods of every class should be tested. Coverage tools (e.g. gcov) can show which parts of the library are not exercised by testsuite. </p> 109 109 </div> 110 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 12 19:37:19 2009 for mixpp by 110 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Oct 15 00:07:49 2009 for mixpp by 111 111 <a href="http://www.doxygen.org/index.html"> 112 112 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>