public void CreateTest() { RusCurrencySectionHandler target = new RusCurrencySectionHandler(); // TODO: Initialize to an appropriate value object parent = null; // TODO: Initialize to an appropriate value object configContext = null; // TODO: Initialize to an appropriate value XmlNode section = null; // TODO: Initialize to an appropriate value object expected = null; // TODO: Initialize to an appropriate value object actual; actual = target.Create(parent, configContext, section); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }
public void RusCurrencySectionHandlerConstructorTest() { RusCurrencySectionHandler target = new RusCurrencySectionHandler(); Assert.Inconclusive("TODO: Implement code to verify target"); }