Skip to content

Commit 6a580b9

Browse files
committed
Fixed README.md styling for packages (#125)
1 parent 300d847 commit 6a580b9

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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
20-
- MyTested.AspNetCore.Mvc.DataAnnotations - contains setup and assertion methods for `ModelState` validations
21-
- MyTested.AspNetCore.Mvc.EntityFrameworkCore - contains setup and assertion methods for `DbContext`
22-
- MyTested.AspNetCore.Mvc.Caching - contains setup and assertion methods for `IMemoryCache`
23-
- MyTested.AspNetCore.Mvc.Session - contains setup and assertion methods for `ISession`
24-
- MyTested.AspNetCore.Mvc.Options - contains setup and assertion methods for `IOptions`
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
20+
- `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
21+
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
22+
- `MyTested.AspNetCore.Mvc.Caching` - contains setup and assertion methods for `IMemoryCache`
23+
- `MyTested.AspNetCore.Mvc.Session` - contains setup and assertion methods for `ISession`
24+
- `MyTested.AspNetCore.Mvc.Options` - contains setup and assertion methods for `IOptions`
2525

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

src/MyTested.AspNetCore.Mvc.Core/Builders/Actions/ShouldHave/ShouldHaveTestBuilder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
using Contracts.Actions;
66
using Contracts.And;
77
using Contracts.Http;
8-
using Exceptions;
98
using Http;
109
using Internal.TestContexts;
11-
using Utilities.Extensions;
1210

1311
/// <summary>
1412
/// Used for testing action attributes and controller properties.

src/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
MyTested.AspNetCore.Mvc Packages
22
====================================
33

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

Comments
 (0)