public void AutoWebAgentDBDataSet_scriptRowChangeEventConstructorTest()
        {
            AutoWebAgentDBDataSet.scriptRow row = null; // TODO: Initialize to an appropriate value
            DataRowAction action = new DataRowAction(); // TODO: Initialize to an appropriate value

            AutoWebAgentDBDataSet.scriptRowChangeEvent target = new AutoWebAgentDBDataSet.scriptRowChangeEvent(row, action);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void RowTest()
        {
            AutoWebAgentDBDataSet.scriptRow row = null;                                                                      // TODO: Initialize to an appropriate value
            DataRowAction action = new DataRowAction();                                                                      // TODO: Initialize to an appropriate value

            AutoWebAgentDBDataSet.scriptRowChangeEvent target = new AutoWebAgentDBDataSet.scriptRowChangeEvent(row, action); // TODO: Initialize to an appropriate value
            AutoWebAgentDBDataSet.scriptRow            actual;
            actual = target.Row;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }