Exemple #1
0
        public void ParseEmptyString()
        {
            NhsDate date = NhsDate.ParseExact(string.Empty, CultureInfo.CurrentCulture);

            Assert.AreEqual <DateType>(date.DateType, DateType.Null, "Parse did not error but DateType does not match");
        }