Ejemplo n.º 1
0
 public void AsString_ForInt_ReturnsIntAsString()
 {
     Assert.AreEqual("1", _stringConverter.AsString(1));
 }