public void AddwebsiteRowTest1() { AutoWebAgentDBDataSet.websiteDataTable target = new AutoWebAgentDBDataSet.websiteDataTable(); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.websiteRow row = null; // TODO: Initialize to an appropriate value target.AddwebsiteRow(row); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void AddwebsiteRowTest() { AutoWebAgentDBDataSet.websiteDataTable target = new AutoWebAgentDBDataSet.websiteDataTable(); // TODO: Initialize to an appropriate value string name = string.Empty; // TODO: Initialize to an appropriate value string url = string.Empty; // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.websiteRow expected = null; // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.websiteRow actual; actual = target.AddwebsiteRow(name, url); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }