| http://www.w3.org/ns/prov#value | - This one verifies that an expected object or value is the same as the actual one: Assert.AreEqual(expectedObject, actualObject, message);here is an example:Assert.AreEqual(2, 1+1, Math is broken); [Setup]: Is generally used for any initialization purpose.
|