public void GetRowTypeTest()
        {
            AutoWebAgentDBDataSet_Accessor.conditionDataTable target = new AutoWebAgentDBDataSet_Accessor.conditionDataTable(); // TODO: Initialize to an appropriate value
            Type expected = null;                                                                                               // TODO: Initialize to an appropriate value
            Type actual;

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