public void ReadXmlTest()
 {
     Permissions target = new Permissions(); // TODO: Initialize to an appropriate value
     XElement doc = null; // TODO: Initialize to an appropriate value
     Permissions expected = null; // TODO: Initialize to an appropriate value
     Permissions actual;
     actual = target.ReadXml(doc);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }