예제 #1
0
 public void return_FrontAndBack(string a, int b, string c)
 {
     //arrange
     StringWarmUps x = new StringWarmUps();
     // act
     string fandb_result = x.FrontAndBack(a, b);
     // assert
     Assert.AreEqual(c, fandb_result);
 }