in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » TDD » tips (RSS)
  • Assert.Equal() vs Assert.IsTrue(obj1 == obj2)

    It was the first time that i used NUnit and i figured out this morning when i was revising some of the tests that in some of them, i was still using Assert.IsTrue(objExpected == objActual) istead of Assert.AreEqual(objExpected, objActual). Although the same constructs will yield the same results, using...
    Posted to Weblog by jokiz on 05-24-2006
Page 1 of 1 (1 items)