If I run or debug test, this test working but I can't run my main project because lib file not found. If rebuild solution it works.
[TestMethod]
public void MyTestMethod()
{
Assert.AreEqual(2, 2 + 2);
}
Thanks for help!
Aucun commentaire:
Enregistrer un commentaire