Ejemplo n.º 1
0
 public void TranslateCodeTest()
 {
     OBD target = new OBD(); // TODO: Initialize to an appropriate value
     target.TranslateCode();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Ejemplo n.º 2
0
 public void OBDConstructorTest()
 {
     OBD target = new OBD();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }