Beispiel #1
0
 public void return_FrontAgain(string a, bool b)
 {
     //arrange
     StringWarmUps x = new StringWarmUps();
     // act
     bool front_result = x.FrontAgain(a);
     // assert
     Assert.AreEqual(b, front_result);
 }