martes, 3 de junio de 2014

MSTest Assert.AreEqual with List

I was doing sms code kata with tdd. I´ve found the problem with the Assert.AreEqual with list<T>.
CollectionAssert.AreEquivalent(listOne, listTwo) is the solution source