Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27321/mockpp/examples/tutorial
Modified Files:
tut-chain.dox tut-visit.dox
Log Message:
link new files
Index: tut-chain.dox
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/tut-chain.dox,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tut-chain.dox 30 Oct 2005 20:22:10 -0000 1.8
+++ tut-chain.dox 18 Nov 2005 10:24:12 -0000 1.9
@@ -14,7 +14,7 @@
\ref content
-\section chain_mo Solution 3: Chainable Mock Objects
+\section chain_mo Solution 3a: Chainable Mock Objects With Macros
After including the the \c mockpp header files some elements from the \c mockpp namespace
which will be needed later
@@ -170,7 +170,7 @@
<a href="chainmock_8cpp-source.html">chainmock.cpp</a> contains the
complete source code.
-Next: \ref poor_mo
+Next: \ref tut_chain2
\ref content
Index: tut-visit.dox
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/tut-visit.dox,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tut-visit.dox 31 Aug 2005 14:46:36 -0000 1.7
+++ tut-visit.dox 18 Nov 2005 10:24:12 -0000 1.8
@@ -12,7 +12,7 @@
/*! \page tut_visit
-\section visit_mo Solution 2: Visitable Mock Objects
+\section visit_mo Solution 2: Visitable Mock Objects With Macros
In the previous example each sub-expectation was created and adjusted manually.
To reduce the code needed to set up the desired behaviour \c mockpp provides advanced
@@ -184,7 +184,7 @@
<a href="visitmock_8cpp-source.html">visitmock.cpp</a> contains the complete source code.
-Next: \ref chain_mo
+Next: \ref tut_visit2
\ref content
|