Ejemplo n.º 1
0
        public void ShouldHaveRequiredAttributes_OnRegister()
        {
            var controllerType = _controller.GetType();
            var methodInfo     = controllerType.GetMethod("Register");

            Assert.NotNull(methodInfo.GetAttribute <HttpPostAttribute>());
        }