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 @@ -21,6 +21,7 @@ This package will include all available assertion methods in your test project.
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
23
- ` MyTested.AspNetCore.Mvc.TempData ` - contains setup and assertion methods for ` ITempDataDictionary `
24
+ - ` MyTested.AspNetCore.Mvc.ViewData ` - contains assertion methods for ` ViewDataDictionary ` and dynamic ` ViewBag `
24
25
- ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
25
26
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
26
27
- ` 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
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
10
- ` MyTested.AspNetCore.Mvc.TempData ` - contains setup and assertion methods for ` ITempDataDictionary `
11
+ - ` MyTested.AspNetCore.Mvc.ViewData ` - contains assertion methods for ` ViewDataDictionary ` and dynamic ` ViewBag `
11
12
- ` MyTested.AspNetCore.Mvc.ViewActionResults ` - contains setup and assertion methods for view action results
12
13
- ` MyTested.AspNetCore.Mvc.ViewFeatures ` - contains setup and assertion methods for MVC view features
13
14
- ` 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