|
From: Levi K. <lkh...@us...> - 2004-08-24 21:15:54
|
Update of /cvsroot/nmock/nmock/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25016/test Modified Files: test.csproj Log Message: Added ProxyMock: can mock interface and MarshalByRefObjects, can mock sealed classes/non-empty contructor and nonvirtual members; related refactoring; some MethodSignature methods moved to a new class Index: test.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/test/test.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** test.csproj 23 Jun 2004 04:44:53 -0000 1.10 --- test.csproj 24 Aug 2004 21:15:30 -0000 1.11 *************** *** 125,128 **** --- 125,138 ---- /> <File + RelPath = "NMock\ProxyMockTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NMock\TypeCheckedMockTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\VerifyExceptionTest.cs" SubType = "Code" |