Skip to content

Commit dc81bd0

Browse files
committed
Updated README.md with MyTested.AspNetCore.Mvc.ViewActionResults (#125)
1 parent e960d25 commit dc81bd0

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
@@ -20,6 +20,7 @@ This package will include all available assertion methods in your test project.
2020
- `MyTested.AspNetCore.Mvc.Controllers` - contains setup and assertion methods for controllers
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
23+
- `MyTested.AspNetCore.Mvc.ViewActionResults` - contains setup and assertion methods for view action results
2324
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
2425
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
2526
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`

src/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ MyTested.AspNetCore.Mvc Packages
77
- `MyTested.AspNetCore.Mvc.Controllers` - contains setup and assertion methods for controllers
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
10+
- `MyTested.AspNetCore.Mvc.ViewActionResults` - contains setup and assertion methods for view action results
1011
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
1112
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
1213
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`

0 commit comments

Comments
 (0)