Example #1
0
        public bool checkTest(
            [PexAssumeUnderTest] ScheduleBLL target,
            string idS,
            int period
            )
        {
            bool result = target.check(idS, period);

            return(result);
            // TODO: add assertions to method ScheduleBLLTest.checkTest(ScheduleBLL, String, Int32)
        }