DevPinoy.org
A Filipino Developers Community
All Tags » TDD » tips (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • 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 jokiz (Weblog) by jokiz on 05-24-2006
Page 1 of 1 (1 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems