public void ImportantDataTest() { GreenblattModel target = new GreenblattModel(); // TODO: Initialize to an appropriate value string expected = string.Empty; // TODO: Initialize to an appropriate value string actual; target.ImportantData = expected; actual = target.ImportantData; Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }
public void GreenblattModelConstructorTest() { GreenblattModel target = new GreenblattModel(); Assert.Inconclusive("TODO: Implement code to verify target"); }