public void TestGetTagPair() { string withTags = "<AltitudeMeters>"; string withoutTags = "AltitudeMeters"; Assert.IsTrue(XMLHelper.ContainsTags(withTags)); Assert.IsFalse(XMLHelper.ContainsTags(withoutTags)); }