//Used to test whether anObject is contained in collection. Assert.Contains(object anObject, ICollection collection); Assert.Contains(object anObject, ICollection collection, string message, params object[] params);