public void NewRowFromBuilderTest()
        {
            AutoWebAgentDBDataSet_Accessor.conditionDataTable target = new AutoWebAgentDBDataSet_Accessor.conditionDataTable(); // TODO: Initialize to an appropriate value
            DataRowBuilder builder  = null;                                                                                     // TODO: Initialize to an appropriate value
            DataRow        expected = null;                                                                                     // TODO: Initialize to an appropriate value
            DataRow        actual;

            actual = target.NewRowFromBuilder(builder);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }