Example #1
0
        public void TestIfDayExistMethodReturnFalseForAEmptyGivenDate()
        {
            bool actualResult = _persistance.DayExists("");

            Assert.IsFalse(actualResult);
        }