Update of /cvsroot/mockpp/mockpp/mockpp/constraint
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24081/mockpp/constraint
Modified Files:
Makefile.am
Log Message:
- VisitableMockObjects optionally take Constraints
- mock objects reset all their sub objects
- all mock objects get their own reset() method
- ReturnObjectList has a default return value
- changed "verify() const" to "verify()"
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 5 Jan 2005 19:28:24 -0000 1.7
--- Makefile.am 27 Feb 2005 11:48:15 -0000 1.8
***************
*** 7,11 ****
StringContains.h StringStartsWith.h StringEndsWith.h And.h IsGreaterOrEqual.h \
IsLessOrEqual.h Constraint.h ConstraintSet.h \
! TypelessConstraint.h ConstraintHolder.h
CLEANFILES = *.~* *.~~* *~ *.old
--- 7,11 ----
StringContains.h StringStartsWith.h StringEndsWith.h And.h IsGreaterOrEqual.h \
IsLessOrEqual.h Constraint.h ConstraintSet.h \
! TypelessConstraint.h ConstraintHolder.h ConstraintList.h
CLEANFILES = *.~* *.~~* *~ *.old
|