MyTested.AspNetCore.Mvc
MyTested.AspNetCore.Mvc copied to clipboard
Add an option to not execute the action when attributes are tested
MyController<HomeController>
.Action(c => c.Index()) // does not execute the action
.ShouldHave()
.ActionAttributes();