From: <gc...@us...> - 2003-12-31 19:29:01
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/Dynamic/Generate In directory sc8-pr-cvs1:/tmp/cvs-serv15895/DotNetMock.Tests/Dynamic/Generate Modified Files: ClassGeneratorTests.cs Log Message: Added Custom Expectation example Index: ClassGeneratorTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/Dynamic/Generate/ClassGeneratorTests.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ClassGeneratorTests.cs 29 Dec 2002 02:47:39 -0000 1.3 --- ClassGeneratorTests.cs 31 Dec 2003 19:28:58 -0000 1.4 *************** *** 45,49 **** protected internal virtual string protectedInternalMethod() { return "xx"; } string defaultInternalMethod() { return "xx"; } - } --- 45,48 ---- |