public void TestPentagonDeserealization() { Pentagon p = Pentagon.Deserialize("serializeTest.xml"); Assert.IsTrue(p != null); }