Beispiel #1
0
        public bool EditScheTest(
            [PexAssumeUnderTest] ScheduleBLL target,
            string id,
            DateTime date,
            int number,
            string content,
            string acitve,
            string doc,
            bool mid
            )
        {
            bool result = target.EditSche(id, date, number, content, acitve, doc, mid);

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