MyTested.AspNetCore.Mvc icon indicating copy to clipboard operation
MyTested.AspNetCore.Mvc copied to clipboard

Add an option to not execute the action when attributes are tested

Open ivaylokenov opened this issue 5 years ago • 0 comments

MyController<HomeController>
    .Action(c => c.Index()) // does not execute the action
    .ShouldHave()
    .ActionAttributes();

ivaylokenov avatar Jul 07 '19 11:07 ivaylokenov