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

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

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