Пример #1
0
 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);
 }