public void Index_ReturnsCorrectView_True() { WordsController controller = new WordsController(); ActionResult indexView = controller.Game(); Assert.IsInstanceOfType(indexView, typeof(ViewResult)); }