The Artima Developer Community
Sponsored Link

.NET Buzz Forum
NUnit vs. Microsoft.VisualStudio.TestTools.UnitTesting Behaviour

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Maruis Marais

Posts: 290
Nickname: maruis
Registered: Aug, 2005

Ruby rocks, what else can I say...
NUnit vs. Microsoft.VisualStudio.TestTools.UnitTesting Behaviour Posted: Jul 10, 2006 9:02 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Maruis Marais.
Original Post: NUnit vs. Microsoft.VisualStudio.TestTools.UnitTesting Behaviour
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Maruis Marais
Latest Posts From exceptionz

Advertisement
I’ve found the following odd behavioural difference in Assert.AreEqual between NUnit and Microsoft.VisualStudio.TestTools.UnitTesting. In NUnit you can specify the following test that will pass: [TestMethod] public void IntegerLongComparison() { Assert.AreEqual(1, 1L); Assert.AreEqual(1L, 1); } But when you try to do the same with Microsoft’s Unit testing framework it fails. So this

Read: NUnit vs. Microsoft.VisualStudio.TestTools.UnitTesting Behaviour

Topic: SharePoint Learning Kit Previous Topic   Next Topic Topic: Need a logging block?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use