public void Contact() { // Arrange StudentController controller = new StudentController(_mockStudentService.Object); // Act ViewResult result = controller.Contact() as ViewResult; // Assert Assert.IsNotNull(result); }