|
1 | 1 | MyTested.AspNetCore.Mvc Packages
|
2 | 2 | ====================================
|
3 | 3 |
|
4 |
| - - MyTested.AspNetCore.Mvc.Configuration - contains test configuration classes |
5 |
| - - MyTested.AspNetCore.Mvc.Abstractions - contains commonly used interfaces and classes |
6 |
| - - 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 |
9 |
| - - MyTested.AspNetCore.Mvc.DataAnnotations - contains setup and assertion methods for `ModelState` validations |
10 |
| - - MyTested.AspNetCore.Mvc.EntityFrameworkCore - contains setup and assertion methods for `DbContext` |
11 |
| - - MyTested.AspNetCore.Mvc.Caching - contains setup and assertion methods for `IMemoryCache` |
12 |
| - - MyTested.AspNetCore.Mvc.Session - contains setup and assertion methods for `ISession` |
13 |
| - - MyTested.AspNetCore.Mvc.Options - contains setup and assertion methods for `IOptions` |
14 |
| - - MyTested.AspNetCore.Mvc - combines all packages listed above |
| 4 | + - `MyTested.AspNetCore.Mvc.Configuration` - contains test configuration classes |
| 5 | + - `MyTested.AspNetCore.Mvc.Abstractions` - contains commonly used interfaces and classes |
| 6 | + - `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 |
| 9 | + - `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations |
| 10 | + - `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext` |
| 11 | + - `MyTested.AspNetCore.Mvc.Caching` - contains setup and assertion methods for `IMemoryCache` |
| 12 | + - `MyTested.AspNetCore.Mvc.Session` - contains setup and assertion methods for `ISession` |
| 13 | + - `MyTested.AspNetCore.Mvc.Options` - contains setup and assertion methods for `IOptions` |
| 14 | + - `MyTested.AspNetCore.Mvc` - combines all packages listed above |
0 commit comments