Пример #1
0
 public void AddstepRowTest1()
 {
     AutoWebAgentDBDataSet.stepDataTable target = new AutoWebAgentDBDataSet.stepDataTable(); // TODO: Initialize to an appropriate value
     AutoWebAgentDBDataSet.stepRow       row    = null;                                      // TODO: Initialize to an appropriate value
     target.AddstepRow(row);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #2
0
        public void AddstepRowTest()
        {
            AutoWebAgentDBDataSet.stepDataTable target = new AutoWebAgentDBDataSet.stepDataTable(); // TODO: Initialize to an appropriate value
            int script_id    = 0;                                                                   // TODO: Initialize to an appropriate value
            int condition_id = 0;                                                                   // TODO: Initialize to an appropriate value
            int action_id    = 0;                                                                   // TODO: Initialize to an appropriate value
            int step_number  = 0;                                                                   // TODO: Initialize to an appropriate value

            AutoWebAgentDBDataSet.stepRow expected = null;                                          // TODO: Initialize to an appropriate value
            AutoWebAgentDBDataSet.stepRow actual;
            actual = target.AddstepRow(script_id, condition_id, action_id, step_number);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }