コード例 #1
0
 public void GetMoisPrecedentTest1()
 {
     Assert.AreEqual("09", GestionDate.GetMoisPrecedent(new DateTime(2019, 10, 20)));
 }
コード例 #2
0
 public void GetMoisPrecedentTest()
 {
     Assert.AreEqual("02", GestionDate.GetMoisPrecedent());
 }