mardi 21 avril 2015

c# Assert.AreEqual not workng

I am playing around with unit testing on Visual Studio.

Trying to test a simple call

Assert.AreEqual(2, 1, 2);

When run the test, it say pass? Shouldn't it be failed.

Aucun commentaire:

Enregistrer un commentaire