Exemplo n.º 1
0
 public void PassingTest()
 {
     Assert.Equal(4, tl.Add(2, 2));
     //Assert.Equal(3, tl.Add(1, 5));
 }