Пример #1
0
        public void CorrectMonthName()
        {
            var date = new MyDate(2001, 1, 1);

            Assert.AreEqual("The name of the month is January.", date.GetMonthName(), "");
        }