Esempio n. 1
0
 public void CompConstructorTest()
 {
     Comp target = new Comp();
     //Assert.Inconclusive("TODO: Implement code to verify target");
    // Assert.Fail("TEST FAIL10");
 }
Esempio n. 2
0
 public void t1Test()
 {
     Comp target = new Comp(); // TODO: Initialize to an appropriate value
     target.t1();
    // Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }