Example #1
0
        public void IndexTest()
        {
            var item = _controller.Index();

            Assert.IsNotNull(item);
        }