Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests
In directory sc8-pr-cvs1:/tmp/cvs-serv9344/DotNetMock.Tests
Modified Files:
ExpectationCounterTests.cs
Log Message:
1) Updated VS.NET Solution
2) Updated ExpectationCounter.cs
3) Updated MockDataParameterCOllection.cs
Index: ExpectationCounterTests.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationCounterTests.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ExpectationCounterTests.cs 1 Apr 2003 01:43:58 -0000 1.3
--- ExpectationCounterTests.cs 8 Apr 2003 04:27:11 -0000 1.4
***************
*** 83,86 ****
--- 83,87 ----
_counter.Inc();
Assertion.Assert("Should have no expectations", !_counter.HasExpectations);
+ _counter.Verify();
}
|