public void RemoveusersRowTest()
 {
     AutoWebAgentDBDataSet.usersDataTable target = new AutoWebAgentDBDataSet.usersDataTable(); // TODO: Initialize to an appropriate value
     AutoWebAgentDBDataSet.usersRow       row    = null;                                       // TODO: Initialize to an appropriate value
     target.RemoveusersRow(row);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }