Пример #1
0
 public void SomaTest()
 {
     Class1 target = new Class1(); // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.Soma();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #2
0
 public void Class1ConstructorTest()
 {
     Class1 target = new Class1();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }