예제 #1
0
        private void VerifyElementLocator(ElementLocator objectReference)
        {
            string str             = objectReference.ToString();
            var    docKeyRoundTrip = ElementLocator.Parse(str);

            Assert.AreEqual(objectReference, docKeyRoundTrip);
            Assert.AreEqual(str, docKeyRoundTrip.ToString());
        }