Ejemplo n.º 1
0
 public void Engine_RPMTest()
 {
     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.Engine_RPM();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }