From: Griffin C. <gc...@us...> - 2005-01-01 21:14:07
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30794/DotNetMock Modified Files: ExpectationCounter.cs Log Message: - Added remaining XML docs to DotNetMock project - Removed 'using' directives - Minor coding stds refactorings - Removed Apache license from Predicate classes. Index: ExpectationCounter.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/ExpectationCounter.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ExpectationCounter.cs 10 Oct 2004 07:53:31 -0000 1.17 --- ExpectationCounter.cs 1 Jan 2005 21:13:54 -0000 1.18 *************** *** 11,15 **** /// <summary> ! /// Default Constructor. Sets the name of this Expectation & Strict to true /// </summary> /// <param name="name">Name of this Expectation</param> --- 11,15 ---- /// <summary> ! /// Default Constructor. Sets the name of this Expectation and Strict to true /// </summary> /// <param name="name">Name of this Expectation</param> |