Thread: [Mockpp-commits] mockpp/mockpp VisitableMockMethod0.h,1.6,1.7 VisitableMockMethod1.h,1.6,1.7 Visitab
Brought to you by:
ewald-arnold
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17702/mockpp Modified Files: VisitableMockMethod0.h VisitableMockMethod1.h VisitableMockMethod2.h VisitableMockMethod3.h VisitableMockMethod4.h VisitableMockMethod5.h VisitableMockMethod6.h Log Message: docs Index: VisitableMockMethod6.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod6.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- VisitableMockMethod6.h 31 Oct 2005 19:01:00 -0000 1.4 +++ VisitableMockMethod6.h 3 Nov 2005 20:50:41 -0000 1.5 @@ -87,7 +87,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 * @param p2 mock method parameter 2 * @param p3 mock method parameter 3 @@ -267,6 +267,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. Index: VisitableMockMethod2.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod2.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod2.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod2.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -75,7 +75,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 * @param p2 mock method parameter 2 */ @@ -223,6 +223,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. Index: VisitableMockMethod3.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod3.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod3.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod3.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -78,7 +78,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 * @param p2 mock method parameter 2 * @param p3 mock method parameter 3 @@ -234,6 +234,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. Index: VisitableMockMethod4.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod4.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod4.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod4.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -81,7 +81,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 * @param p2 mock method parameter 2 * @param p3 mock method parameter 3 @@ -245,6 +245,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. Index: VisitableMockMethod0.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod0.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod0.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod0.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -148,6 +148,7 @@ : Inherited(meth) { } + }; friend class ControllerFor; Index: VisitableMockMethod5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod5.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod5.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod5.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -84,7 +84,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 * @param p2 mock method parameter 2 * @param p3 mock method parameter 3 @@ -256,6 +256,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. Index: VisitableMockMethod1.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod1.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VisitableMockMethod1.h 31 Oct 2005 19:01:00 -0000 1.6 +++ VisitableMockMethod1.h 3 Nov 2005 20:50:41 -0000 1.7 @@ -72,7 +72,7 @@ protected: - /** Perform the internals to verify a mocked method. + /** Perform the internals to verify a mocked method or setup expectations. * @param p1 mock method parameter 1 */ void forward_param(const P1 &p1) const @@ -212,6 +212,7 @@ : Inherited(meth) { } + /** Adds another response value. * Response values are determined on the parameters you pass. This way the * object returns a value that is totally based on the input. |