public void Functional_GetScheduleByMonth() { try { s.GetDaysByMonth(DateTime.Now); } catch (Exception e) { Assert.Fail(e.Message); } }