示例#1
0
        public void GetMonth_ReturnMonth_True()
        {
            Weekday weekday = new Weekday("2018-01-01");

            Assert.AreEqual(1, weekday.GetMonth());
        }