Ejemplo n.º 1
0
 public void FormatNumberTest()
 {
     Assert.AreEqual("05", GestionDate.FormatNumber(5));
 }