public void ToPaths_Same() { string path = "same"; object[] values = null; XPathString target = new XPathString(path, values); XPathString[] expected = new[] { target }; XPathString[] actual = target.ToPaths(true, path); CollectionAssert.AreEqual(expected, actual); }