File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # Project Description
1
+ # Fluent Assertions for ASP.NET Core MVC
2
2
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/rt5vutjvy2no75cv?svg=true )] ( https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-aspnetcore-mvc )
3
3
4
- Fluent Assertions for MVC Core is a set of MVC Core focused assertions and helper extensions to the excellent [ Fluent Assertions ] [ fa-home ] library .
4
+ This repro contains the Fluent Assertions extensions for ASP.NET Core MVC. It is maintained by [ @ kevinkuszyk ] ( https://github.com/kevinkuszyk ) .
5
5
6
6
## Installation
7
7
8
- Add the NuGet package which matches the version of MVC you are using to your test project.
8
+ Add the NuGet package to your test project.
9
9
10
10
Add the [ Fluent Assertions for MVC Core] [ nuget-mvc-core ] NuGet package to your unit test project:
11
11
12
12
````
13
- PM> FluentAssertions.AspNetCore.Mvc -Pre
13
+ PM> FluentAssertions.AspNetCore.Mvc
14
14
````
15
15
16
16
## Getting Started
@@ -33,6 +33,9 @@ public void Index_Action_Returns_View()
33
33
34
34
````
35
35
36
- [ fa-home ] : https://github.com/dennisdoomen/FluentAssertions
36
+ ## Building
37
+
38
+ Simply clone this repro and build the ` FluentAssertions.AspNetCore.Mvc.sln ` solution.
39
+
37
40
[ fa-frameworks ] : https://github.com/dennisdoomen/fluentassertions/wiki/Documentation#supported-test-frameworks
38
41
[ nuget-mvc-core ] : https://www.nuget.org/packages/FluentAssertions.AspNetCore.Mvc
You can’t perform that action at this time.
0 commit comments