We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e95a25 commit 0121d11Copy full SHA for 0121d11
README.md
@@ -281,7 +281,6 @@ MyController<MyMvcController>
281
// and tests for added by the action temp data entry with а specific key,
282
// and tests for redirect result to a specific action.
283
MyController<MyMvcController>
284
- .Instance()
285
.Calling(c => c.MyAction(new MyFormModel
286
{
287
Title = title,
@@ -401,7 +400,6 @@ An attribute declaration test validates controller and action attribute declarat
401
400
```c#
402
// Tests for specific controller attributes - Area and Authorize.
403
404
405
.ShouldHave()
406
.Attributes(attributes => attributes
407
.SpecifyingArea(ControllerConstants.AdministratorArea)
0 commit comments