コード例 #1
0
ファイル: OBD_SensorsTest.cs プロジェクト: tommytracx/obdreap
 public void Location_of_O2_sensors_2Test()
 {
     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.Location_of_O2_sensors_2();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }