Exemplo n.º 1
0
        public void InsertGoogleStudent_Successful() // this test is meant to succeed
        {
            int result;

            result = testerObj.InsertGoogleStudent(valid_studentName, valid_studentEmail, valid_googleId);
            Assert.That(result, Is.EqualTo(1));
        }