File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This package will include all available assertion methods in your test project.
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
2323 - ` MyTested.AspNetCore.Mvc.TempData ` - contains setup and assertion methods for ` ITempDataDictionary `
24+ - ` MyTested.AspNetCore.Mvc.ViewData ` - contains assertion methods for ` ViewDataDictionary ` and dynamic ` ViewBag `
2425 - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
2526 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
2627 - ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ MyTested.AspNetCore.Mvc Packages
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
1010 - ` MyTested.AspNetCore.Mvc.TempData ` - contains setup and assertion methods for ` ITempDataDictionary `
11+ - ` MyTested.AspNetCore.Mvc.ViewData ` - contains assertion methods for ` ViewDataDictionary ` and dynamic ` ViewBag `
1112 - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
1213 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
1314 - ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
You can’t perform that action at this time.
0 commit comments