コード例 #1
0
        public void StudentFullName()
        {
            //Arrange
            string name = StudentDB.GetStudentNameByID(1);

            //Assert
            Assert.AreEqual(name, "Corey Sanders");
        }