Exemplo n.º 1
0
 public void GivenMultipleOf3_ThenShouldOutputFIzz(int number)
 {
     Assert.That(_sut.Output(number), Is.EqualTo("Fizz"));
 }