Exemplo n.º 1
0
        public void Index_ShowCorrectView()
        {
            var result = Controller.Index(null, "");

            //implement
            Assert.Null(result);
        }