|
From: Owen R. <exo...@us...> - 2004-09-17 03:33:57
|
Update of /cvsroot/nmock/nmock/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9698/src Modified Files: src.csproj Log Message: - committing jim's changes to add support for mocking methods with ref arguments - refactored signature class to encapsulate methods and properties Index: src.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/src/src.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** src.csproj 24 Aug 2004 21:15:28 -0000 1.12 --- src.csproj 17 Sep 2004 03:33:46 -0000 1.13 *************** *** 95,98 **** --- 95,103 ---- /> <File + RelPath = "NMock\DefaultSignature.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\DynamicMock.cs" SubType = "Code" *************** *** 120,134 **** /> <File ! RelPath = "NMock\IVerifiable.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "NMock\Method.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "NMock\MethodSignature.cs" SubType = "Code" BuildAction = "Compile" --- 125,139 ---- /> <File ! RelPath = "NMock\ISignature.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "NMock\IVerifiable.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "NMock\Method.cs" SubType = "Code" BuildAction = "Compile" *************** *** 205,208 **** --- 210,218 ---- /> <File + RelPath = "NMock\Dynamic\MethodSignature.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Dynamic\MockTypeIdentifier.cs" SubType = "Code" *************** *** 215,218 **** --- 225,238 ---- /> <File + RelPath = "NMock\Dynamic\PropertySignature.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NMock\Dynamic\SignatureFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Proxy\MockRealProxy.cs" SubType = "Code" |