2
Q:

assert.areequal with message

    [TestMethod]
    public void Test()
    {
        Assert.AreEqual(true, false, "Failed on the following test case: AB");
    }
0

New to Communities?

Join the community