Skip to content

Commit 3bb35fb

Browse files
committed
Updated README.md
1 parent eac2723 commit 3bb35fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)