public void OrderSystem_DeserializeTest() { XmlNode node = null; // TODO: Initialize to an appropriate value Type type = null; // TODO: Initialize to an appropriate value object expected = null; // TODO: Initialize to an appropriate value object actual; actual = OrderContext.Deserialize(node, type); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }