Esempio 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.");
 }
Esempio n. 2
0
 public void OBDConstructorTest()
 {
     OBD target = new OBD();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }