public void AddscriptRowTest1() { AutoWebAgentDBDataSet.scriptDataTable target = new AutoWebAgentDBDataSet.scriptDataTable(); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.scriptRow row = null; // TODO: Initialize to an appropriate value target.AddscriptRow(row); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void AddscriptRowTest() { AutoWebAgentDBDataSet.scriptDataTable target = new AutoWebAgentDBDataSet.scriptDataTable(); // TODO: Initialize to an appropriate value string name = string.Empty; // TODO: Initialize to an appropriate value int user_id = 0; // TODO: Initialize to an appropriate value DateTime modified = new DateTime(); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.scriptRow expected = null; // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.scriptRow actual; actual = target.AddscriptRow(name, user_id, modified); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }