|
From: <sm...@us...> - 2003-08-08 00:05:06
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5316/src
Modified Files:
src.csproj
Log Message:
Added Invocation and MethodSignature to collect data values together.
Include type name in error reports
Tidied up MockTest.
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** src.csproj 25 Jul 2003 17:14:53 -0000 1.5
--- src.csproj 8 Aug 2003 00:05:03 -0000 1.6
***************
*** 110,113 ****
--- 110,118 ----
/>
<File
+ RelPath = "NMock\Invocation.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "NMock\IVerifiable.cs"
SubType = "Code"
***************
*** 116,119 ****
--- 121,129 ----
<File
RelPath = "NMock\Method.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\MethodSignature.cs"
SubType = "Code"
BuildAction = "Compile"
|