public void CheckMonth_WhenMonthIsEnteredWillOutputValue_MonthValue() { Weekday testMonth = new Weekday(); string month = "march"; Assert.AreEqual("1", testMonth.Month(month)); }