Exemplo n.º 1
0
 public void GetDateTimeTest()
 {
     Assert.AreEqual(new DateTime(2016, 4, 1), DateTimeExt.GetDateTime("20160401"));
 }