From: Choy R. <ch...@us...> - 2005-02-16 10:39:41
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16618/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: RFE 1108902 - The cheapest way to make the error messages nicer. - Identify the method call that failed and the argument index that failed. - For a couple predicates (IsNull & IsEqual) provide more info through the ToString() method. - Need to add more ToString implementations for the rest of the predicates. - Roman's MethodCall abstraction is useful here. stringification of method calls could be done there. Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** DotNetMock.Tests.csproj 29 Jan 2005 09:13:31 -0000 1.16 --- DotNetMock.Tests.csproj 16 Feb 2005 10:39:25 -0000 1.17 *************** *** 89,93 **** AssemblyName = "nunit.framework" HintPath = "..\lib\nunit.framework.dll" ! Private = "False" /> </References> --- 89,93 ---- AssemblyName = "nunit.framework" HintPath = "..\lib\nunit.framework.dll" ! Private = "True" /> </References> |