コード例 #1
0
ファイル: MyDateTests.cs プロジェクト: lodak/PZW_domaci
        public void CorrectMonthName()
        {
            var date = new MyDate(2001, 1, 1);

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