|
From: Levi K. <lkh...@us...> - 2004-08-24 21:16:16
|
Update of /cvsroot/nmock/nmock/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25016/src Modified Files: src.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: src.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/src/src.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** src.csproj 23 Jun 2004 04:44:53 -0000 1.11 --- src.csproj 24 Aug 2004 21:15:28 -0000 1.12 *************** *** 150,153 **** --- 150,158 ---- /> <File + RelPath = "NMock\ProxyMock.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\SingleMethod.cs" SubType = "Code" *************** *** 155,158 **** --- 160,168 ---- /> <File + RelPath = "NMock\TypeCheckedMock.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\VerifyException.cs" SubType = "Code" *************** *** 205,208 **** --- 215,223 ---- /> <File + RelPath = "NMock\Proxy\MockRealProxy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Remoting\MockServer.cs" SubType = "Code" |