Пример #1
0
        public void ThrowException()
        {
            var controller = new HomeController(null, null, null, null);

            Assert.ThrowsException <Exception>(() => controller.ThrowException());
        }