示例#1
0
        public void GetAllCountPresentStudentsTest()
        {
            var count = 15;

            _sps.Setup(a => a.GetAllCountPresentStudents()).Returns(count);
            _teacher.GetAllCountPresentStudents();
        }