File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This package will include all available assertion methods in your test project.
2020 - ` MyTested.AspNetCore.Mvc.Controllers ` - contains setup and assertion methods for controllers
2121 - ` MyTested.AspNetCore.Mvc.Routing ` - contains setup and assertion methods for routes
2222 - ` MyTested.AspNetCore.Mvc.Core ` - contains setup and assertion methods for MVC core features
23+ - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
2324 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
2425 - ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
2526 - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup for ` ClaimsPrincipal `
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ MyTested.AspNetCore.Mvc Packages
77 - ` MyTested.AspNetCore.Mvc.Controllers ` - contains setup and assertion methods for controllers
88 - ` MyTested.AspNetCore.Mvc.Routing ` - contains setup and assertion methods for routes
99 - ` MyTested.AspNetCore.Mvc.Core ` - contains setup and assertion methods for MVC core features
10+ - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
1011 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
1112 - ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
1213 - ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup for ` ClaimsPrincipal `
You can’t perform that action at this time.
0 commit comments