File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This package will include all available assertion methods in your test project.
23
23
- ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
24
24
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
25
25
- ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
26
- - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup for ` ClaimsPrincipal `
26
+ - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup methods for ` ClaimsPrincipal `
27
27
- ` MyTested.AspNetCore.Mvc.DataAnnotations ` - contains setup and assertion methods for ` ModelState ` validations
28
28
- ` MyTested.AspNetCore.Mvc.EntityFrameworkCore ` - contains setup and assertion methods for ` DbContext `
29
29
- ` MyTested.AspNetCore.Mvc.DependencyInjection ` - contains setup methods for dependency injection services
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ MyTested.AspNetCore.Mvc Packages
10
10
- ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
11
11
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
12
12
- ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
13
- - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup for ` ClaimsPrincipal `
13
+ - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup methods for ` ClaimsPrincipal `
14
14
- ` MyTested.AspNetCore.Mvc.DataAnnotations ` - contains setup and assertion methods for ` ModelState ` validations
15
15
- ` MyTested.AspNetCore.Mvc.EntityFrameworkCore ` - contains setup and assertion methods for ` DbContext `
16
16
- ` MyTested.AspNetCore.Mvc.DependencyInjection ` - contains setup methods for dependency injection services
You can’t perform that action at this time.
0 commit comments