You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,15 @@ You can install this library using NuGet into your test project (or reference it
15
15
16
16
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:
17
17
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`
20
24
-`MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
21
25
-`MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
26
+
-`MyTested.AspNetCore.Mvc.DependencyInjection` - contains setup methods for dependency injection services
22
27
-`MyTested.AspNetCore.Mvc.Caching` - contains setup and assertion methods for `IMemoryCache`
23
28
-`MyTested.AspNetCore.Mvc.Session` - contains setup and assertion methods for `ISession`
24
29
-`MyTested.AspNetCore.Mvc.Options` - contains setup and assertion methods for `IOptions`
0 commit comments