Skip to content

Commit 5e53d21

Browse files
committed
Added packages README.md (#125)
1 parent 9a709bf commit 5e53d21

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ You can install this library using NuGet into your test project (or reference it
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

1818
- MyTested.AspNetCore.Mvc.Core - contains setup and assertion methods for controllers and routes
19-
- MyTested.AspNetCore.Mvc.ViewFeatures - contains setup and assertion methods for view features like views, JSON, `TempData`, `ViewData` and `ViewBag`
19+
- MyTested.AspNetCore.Mvc.ViewFeatures - contains setup and assertion methods for various view features
2020
- MyTested.AspNetCore.Mvc.DataAnnotations - contains setup and assertion methods for `ModelState` validations
2121
- MyTested.AspNetCore.Mvc.EntityFrameworkCore - contains setup and assertion methods for `DbContext`
2222
- MyTested.AspNetCore.Mvc.Caching - contains setup and assertion methods for `IMemoryCache`
2323
- MyTested.AspNetCore.Mvc.Session - contains setup and assertion methods for `ISession`
2424
- MyTested.AspNetCore.Mvc.Options - contains setup and assertion methods for `IOptions`
25-
25+
2626
After the downloading is complete, just add `using MyTested.AspNetCore.Mvc;` to your source code and you are ready to test in the most elegant and developer friendly way.
2727

2828
using MyTested.AspNetCore.Mvc;

src/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MyTested.AspNetCore.Mvc Packages
2+
====================================
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

0 commit comments

Comments
 (0)