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