public void Edit_ReturnsCorrectView_True() { //Arrange SpecialtiesController controller = new SpecialtiesController(); //Act ActionResult newView = controller.Edit(1); //Assert Assert.IsInstanceOfType(newView, typeof(ViewResult)); }