예제 #1
0
 public void return_EndsWithLy(string a, bool b)
 {
     //arrange
     StringWarmUps x = new StringWarmUps();
     // act
     bool ends_result = x.EndsWithLy(a);
     // assert
     Assert.AreEqual(b, ends_result);
 }