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

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

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