コード例 #1
0
 public void PassingADDtest()
 {
     Assert.Equal(4, Program.ADD(2, 2));
 }