Ejemplo n.º 1
0
 public void TestMethod1()
 {
     per.SetAge(20);
     Assert.IsNotNull(per.GetAge());
     //Assert.IsNotNull(te.Explain());
 }