public void taxi_managementDataSet_car_madeRowChangeEventConstructorTest()
 {
     taxi_managementDataSet.car_madeRow row = null; // TODO: Initialize to an appropriate value
     DataRowAction action = new DataRowAction(); // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRowChangeEvent target = new taxi_managementDataSet.car_madeRowChangeEvent(row, action);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void RowTest()
 {
     taxi_managementDataSet.car_madeRow row = null; // TODO: Initialize to an appropriate value
     DataRowAction action = new DataRowAction(); // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRowChangeEvent target = new taxi_managementDataSet.car_madeRowChangeEvent(row, action); // TODO: Initialize to an appropriate value
     taxi_managementDataSet.car_madeRow actual;
     actual = target.Row;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }