File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed 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.
20
20
- ` MyTested.AspNetCore.Mvc.Controllers ` - contains setup and assertion methods for controllers
21
21
- ` MyTested.AspNetCore.Mvc.Routing ` - contains setup and assertion methods for routes
22
22
- ` 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
23
24
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
24
25
- ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
25
26
- ` 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
7
7
- ` MyTested.AspNetCore.Mvc.Controllers ` - contains setup and assertion methods for controllers
8
8
- ` MyTested.AspNetCore.Mvc.Routing ` - contains setup and assertion methods for routes
9
9
- ` 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
10
11
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
11
12
- ` MyTested.AspNetCore.Mvc.Http ` - contains setup and assertion methods for HTTP context, request and response
12
13
- ` MyTested.AspNetCore.Mvc.Authentication ` - contains setup for ` ClaimsPrincipal `
You can’t perform that action at this time.
0 commit comments