public void GetElementValueTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     OpenXmlSdkDocumentProperties_Accessor target = new OpenXmlSdkDocumentProperties_Accessor(param0); // TODO: Initialize to an appropriate value
     XName elementName = null; // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     actual = target.GetElementValue(elementName);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }