I'm using Visual Studio 2005 Beta 2 developing an application. In the Unit Testing Features, when you use Assert.AreEquals to compare strings, if they aren't equal, the method stop the test (that's correct) but doesn't exists any place where you can see at which character differs the strings... The equivalent method in NUnit shows you where the strings differs, I'm very wrong with this issue, I can't understand how have been able to forget this aid.
posted on Thursday, August 25, 2005 9:49 AM
Feedback
# re: Visual Studio 2005, Wrong comparing strings with Assert.AreEquals
10/31/2005 12:53 AM |
If we would had report the suggestion before, maybe it will be resolved for Beta1 !!
10/30/2005 4:01 PM |
NUnit is the most popular unit tests framework for .Net. The new VSTS has a chance to replace NUnit in corporate environments, however there are some minor issues you must know before take a decission…
(read more)