public void Fuel_System_StatusTest() { 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.Fuel_System_Status(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }