[Mockpp-commits] homepage general-box-en.gtml,1.4,1.5 index-en.gtml,1.9,1.10
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-06 12:44:28
|
Update of /cvsroot/mockpp/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32595 Modified Files: general-box-en.gtml index-en.gtml Log Message: links to handbook Index: index-en.gtml =================================================================== RCS file: /cvsroot/mockpp/homepage/index-en.gtml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index-en.gtml 9 Apr 2005 18:17:33 -0000 1.9 +++ index-en.gtml 6 May 2005 12:43:56 -0000 1.10 @@ -182,7 +182,7 @@ </p> <p>For more information please refer to the - <a href="handbook/ch01s02.html">basic section</a> + <a href="handbook/basic-expectations.html">basic section</a> of the developers guide.</p> </p> @@ -192,7 +192,7 @@ mockpp currently supports two different approaches to create mock objects. The first is easier to understand but rather strict. The second is more complex but offers more flexibiliy and is extensible with user defined classes. But this is also a matter of personal taste. - There is a chapter which introduces into the <a href="handbook/ch01s03.html">common characteristics</a>. + There is a chapter which introduces into the <a href="handbook/advanced-expectations.html">common characteristics</a>. <h4><a name="advanced-visit">Vistable Mock Objects</h4> <p> @@ -269,7 +269,7 @@ #compress ON <p>For more information please refer to the - section about <a href="handbook/ch01s03s02.html">vistable mock objects</a> + section about <a href="handbook/visitable-mock-object.html">vistable mock objects</a> in the developers guide.</p> </p> @@ -311,14 +311,14 @@ <p>Similar to the former approach you must create a helper object to express your expectations. This is further explained in the section about - <a href="handbook/ch01s03s03.html">chainable mock objects</a> in the handbook. + <a href="handbook/jmock-object.html">chainable mock objects</a> in the handbook. </p> <h4><a name="advanced-poor">Poor Man's Mock Objects</h4> <p> Most of the times you don't need a full blown mock objects library. Often some simple lines of code with a quick and dirty approach suffice. For that reason the handbook contains - some <a href="handbook/ch01s03s04.html">simple mock object patterns</a> that don't need further + some <a href="handbook/poor-object.html">simple mock object patterns</a> that don't need further support from a library.</p> <p>If you know some other patterns I would be happy if could send them to Index: general-box-en.gtml =================================================================== RCS file: /cvsroot/mockpp/homepage/general-box-en.gtml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- general-box-en.gtml 9 Apr 2005 18:17:33 -0000 1.4 +++ general-box-en.gtml 6 May 2005 12:43:56 -0000 1.5 @@ -7,7 +7,7 @@ [[NAVI_BOX_SEPARATOR]] [[NAVI_BOX_ENTRY('<a href="handbook/index.html">The Handbook</a>')]] - [[NAVI_BOX_ENTRY('<a href="handbook/ch02.html">FnAQ</a>')]] + [[NAVI_BOX_ENTRY('<a href="handbook/faq.html">FnAQ</a>')]] [[NAVI_BOX_ENTRY('<a href="tutorial/index.html">A Tutorial</a>')]] [[NAVI_BOX_ENTRY('<a href="api-doc/index.html">The API Reference</a>')]] |