public void ToStringEqualsFullName() { XmlMatch name = new ElementMatch("foo", "bar"); Assert.AreEqual(name.FullName, name.ToString()); }