Skip to content

Commit fced14c

Browse files
committed
Updated README.md files with new packages (#125)
1 parent 0fc1935 commit fced14c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ You can install this library using NuGet into your test project (or reference it
1515

1616
This package will include all available assertion methods in your test project. If you prefer, you can be more specific by including only some of the features:
1717

18-
- `MyTested.AspNetCore.Mvc.Core` - contains setup and assertion methods for controllers and routes
19-
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for various view features
18+
- `MyTested.AspNetCore.Mvc.Controllers` - contains setup and assertion methods for controllers
19+
- `MyTested.AspNetCore.Mvc.Routing` - contains setup and assertion methods for routes
20+
- `MyTested.AspNetCore.Mvc.Core` - contains setup and assertion methods for MVC core features
21+
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
22+
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
23+
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`
2024
- `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
2125
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
26+
- `MyTested.AspNetCore.Mvc.DependencyInjection` - contains setup methods for dependency injection services
2227
- `MyTested.AspNetCore.Mvc.Caching` - contains setup and assertion methods for `IMemoryCache`
2328
- `MyTested.AspNetCore.Mvc.Session` - contains setup and assertion methods for `ISession`
2429
- `MyTested.AspNetCore.Mvc.Options` - contains setup and assertion methods for `IOptions`

src/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ MyTested.AspNetCore.Mvc Packages
44
- `MyTested.AspNetCore.Mvc.Configuration` - contains test configuration classes
55
- `MyTested.AspNetCore.Mvc.Abstractions` - contains commonly used interfaces and classes
66
- `MyTested.AspNetCore.Mvc.Licensing` - contains license verification classes
7-
- `MyTested.AspNetCore.Mvc.Core` - contains setup and assertion methods for controllers and routes
8-
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for various view features
7+
- `MyTested.AspNetCore.Mvc.Controllers` - contains setup and assertion methods for controllers
8+
- `MyTested.AspNetCore.Mvc.Routing` - contains setup and assertion methods for routes
9+
- `MyTested.AspNetCore.Mvc.Core` - contains setup and assertion methods for MVC core features
10+
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
11+
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
12+
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`
913
- `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
1014
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
15+
- `MyTested.AspNetCore.Mvc.DependencyInjection` - contains setup methods for dependency injection services
1116
- `MyTested.AspNetCore.Mvc.Caching` - contains setup and assertion methods for `IMemoryCache`
1217
- `MyTested.AspNetCore.Mvc.Session` - contains setup and assertion methods for `ISession`
1318
- `MyTested.AspNetCore.Mvc.Options` - contains setup and assertion methods for `IOptions`

0 commit comments

Comments
 (0)