public void Detail_ReturnsCorrectView_True() { //Arrange SpecialtiesController controller = new SpecialtiesController(); //Act ActionResult indexView = controller.Detail(1); //Assert Assert.IsInstanceOfType(indexView, typeof(ViewResult)); }