Пример #1
0
        public void IndexTest()
        {
            var ctrl  = new NieruchomoscController();
            var index = ctrl.Map();

            Assert.IsInstanceOf(typeof(ViewResult), index);
        }