@@ -5,13 +5,18 @@ MyTested.AspNetCore.Mvc Packages
55 - ` MyTested.AspNetCore.Mvc.Abstractions ` - Contains commonly used interfaces and classes
66 - ` MyTested.AspNetCore.Mvc.Licensing ` - Contains license verification classes
77 - ` MyTested.AspNetCore.Mvc.Controllers ` - Contains setup and assertion methods for controllers
8+ - ` MyTested.AspNetCore.Mvc.Controllers.Attributes ` - Contains setup and assertion methods for controller attributes
9+ - ` MyTested.AspNetCore.Mvc.Controllers.ActionResults ` - Contains setup and assertion methods for controller API action results
10+ - ` MyTested.AspNetCore.Mvc.Controllers.Views ` - Contains setup and assertion methods for controller view features
11+ - ` MyTested.AspNetCore.Mvc.Controllers.Views.ActionResults ` - Contains setup and assertion methods for controller view action results
812 - ` MyTested.AspNetCore.Mvc.Models ` - Contains setup and assertion methods for response and view models
913 - ` MyTested.AspNetCore.Mvc.Routing ` - Contains setup and assertion methods for routes
1014 - ` MyTested.AspNetCore.Mvc.Core ` - Contains setup and assertion methods for MVC core features
1115 - ` MyTested.AspNetCore.Mvc.TempData ` - Contains setup and assertion methods for ` ITempDataDictionary `
1216 - ` MyTested.AspNetCore.Mvc.ViewData ` - Contains assertion methods for ` ViewDataDictionary ` and dynamic ` ViewBag `
13- - ` MyTested.AspNetCore.Mvc.ViewActionResults ` - Contains setup and assertion methods for view action results
1417 - ` MyTested.AspNetCore.Mvc.ViewComponents ` - Contains setup and assertion methods for view components
18+ - ` MyTested.AspNetCore.Mvc.ViewComponents.Attributes ` - Contains setup and assertion methods for view component attributes
19+ - ` MyTested.AspNetCore.Mvc.ViewComponents.Results ` - Contains setup and assertion methods for view component results
1520 - ` MyTested.AspNetCore.Mvc.ViewFeatures ` - Contains setup and assertion methods for MVC view features
1621 - ` MyTested.AspNetCore.Mvc.Http ` - Contains setup and assertion methods for HTTP context, request and response
1722 - ` MyTested.AspNetCore.Mvc.Authentication ` - Contains setup methods for ` ClaimsPrincipal `
0 commit comments