Exemple #1
0
        public void Create_from_year_month_day_strings_01_birth_date()
        {
            DateTime dateOfBirth = new DateOfBirth("01", "08", "03");

            dateOfBirth.ShouldBe(new DateTime(2001, 08, 03));
        }