public void CloneTest()
        {
            AutoWebAgentDBDataSet.usersDataTable target = new AutoWebAgentDBDataSet.usersDataTable(); // TODO: Initialize to an appropriate value
            DataTable expected = null;                                                                // TODO: Initialize to an appropriate value
            DataTable actual;

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