@@ -5,13 +5,18 @@ MyTested.AspNetCore.Mvc Packages
5
5
- ` MyTested.AspNetCore.Mvc.Abstractions ` - Contains commonly used interfaces and classes
6
6
- ` MyTested.AspNetCore.Mvc.Licensing ` - Contains license verification classes
7
7
- ` 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
8
12
- ` MyTested.AspNetCore.Mvc.Models ` - Contains setup and assertion methods for response and view models
9
13
- ` MyTested.AspNetCore.Mvc.Routing ` - Contains setup and assertion methods for routes
10
14
- ` MyTested.AspNetCore.Mvc.Core ` - Contains setup and assertion methods for MVC core features
11
15
- ` MyTested.AspNetCore.Mvc.TempData ` - Contains setup and assertion methods for ` ITempDataDictionary `
12
16
- ` 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
14
17
- ` 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
15
20
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - Contains setup and assertion methods for MVC view features
16
21
- ` MyTested.AspNetCore.Mvc.Http ` - Contains setup and assertion methods for HTTP context, request and response
17
22
- ` MyTested.AspNetCore.Mvc.Authentication ` - Contains setup methods for ` ClaimsPrincipal `
0 commit comments