public void GetFacebookStudent_Successful() // this test is meant to succeed { Student result = new Student(); result = testerObj.GetFacebookStudent(valid_fbId); Assert.That(result, Is.TypeOf(typeof(Student))); }