Esempio n. 1
0
        internal bool BookSessionTest([PexAssumeNotNull] Classes target)
        {
            bool result = target.BookSession();

            return(result);
            // TODO: add assertions to method ClassesTest.BookSessionTest(Classes)
        }