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

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

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