Ejemplo n.º 1
0
 public void O2_Sensor_2_4Test()
 {
     OBD.Sensors target = new OBD.Sensors(); // TODO: Initialize to an appropriate value
     OBD.Sensors.ReturnSet expected = null; // TODO: Initialize to an appropriate value
     OBD.Sensors.ReturnSet actual;
     actual = target.O2_Sensor_2_4();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }