File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
2323 - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
2424 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
2525 - ` 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 `
2727 - ` MyTested.AspNetCore.Mvc.DataAnnotations ` - contains setup and assertion methods for ` ModelState ` validations
2828 - ` MyTested.AspNetCore.Mvc.EntityFrameworkCore ` - contains setup and assertion methods for ` DbContext `
2929 - ` 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
1010 - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
1111 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
1212 - ` 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 `
1414 - ` MyTested.AspNetCore.Mvc.DataAnnotations ` - contains setup and assertion methods for ` ModelState ` validations
1515 - ` MyTested.AspNetCore.Mvc.EntityFrameworkCore ` - contains setup and assertion methods for ` DbContext `
1616 - ` MyTested.AspNetCore.Mvc.DependencyInjection ` - contains setup methods for dependency injection services
You can’t perform that action at this time.
0 commit comments