Ejemplo n.º 1
0
        public void ScheduleSearch_InvalidMonthChecker_ReturnsAreNotEqual()
        {
            var ss = new SearchScheduleDate();
            Dictionary <string, string> monthCheck = ss.CreateMonthChecker();

            monthCheck.TryGetValue("april", out string month);
            Assert.AreNotEqual("05", month);
        }