示例#1
0
        public void Index_ReturnsCorrectView_True()
        {
            WordsController controller = new WordsController();
            ActionResult    indexView  = controller.Game();

            Assert.IsInstanceOfType(indexView, typeof(ViewResult));
        }