public void c_byTest()
 {
     DataRowBuilder rb = null; // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRow target = new taxi_managementDataSet.car_madeRow(rb); // TODO: Initialize to an appropriate value
     uint expected = 0; // TODO: Initialize to an appropriate value
     uint actual;
     target.c_by = expected;
     actual = target.c_by;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void taxi_managementDataSet_car_madeRowConstructorTest()
 {
     DataRowBuilder rb = null; // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRow target = new taxi_managementDataSet.car_madeRow(rb);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void rec_statusTest()
 {
     DataRowBuilder rb = null; // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRow target = new taxi_managementDataSet.car_madeRow(rb); // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     target.rec_status = expected;
     actual = target.rec_status;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }