Пример #1
0
        public void CheckStudentExist_Successful() // this test is meant to succeed
        {
            bool result;

            result = testerObj.CheckStudentExist(existing_studentId);
            Assert.That(result, Is.EqualTo(true));
        }