Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5748/mockpp
Modified Files:
VisitableMockObject.h
Log Message:
docs
Index: VisitableMockObject.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockObject.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- VisitableMockObject.h 17 Oct 2005 19:14:19 -0000 1.40
+++ VisitableMockObject.h 23 Oct 2005 12:03:42 -0000 1.41
@@ -205,7 +205,9 @@
virtual void unsetThrowablesInline() = 0;
/**
- * Verify the conditions which are not in the verify() chain.
+ * Verify the conditions which are not in the verify() chain of the
+ * visitable mock object. Located here instead of the object for traditional
+ * reasons.
* If it fails, an AssertionFailedError is thrown
*/
virtual void verify() = 0;
|