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
22[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/rt5vutjvy2no75cv?svg=true )] ( https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-aspnetcore-mvc )
33
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 ) .
55
66## Installation
77
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.
99
1010Add the [ Fluent Assertions for MVC Core] [ nuget-mvc-core ] NuGet package to your unit test project:
1111
1212````
13- PM> FluentAssertions.AspNetCore.Mvc -Pre
13+ PM> FluentAssertions.AspNetCore.Mvc
1414````
1515
1616## Getting Started
@@ -33,6 +33,9 @@ public void Index_Action_Returns_View()
3333
3434````
3535
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+
3740[ fa-frameworks ] : https://github.com/dennisdoomen/fluentassertions/wiki/Documentation#supported-test-frameworks
3841[ nuget-mvc-core ] : https://www.nuget.org/packages/FluentAssertions.AspNetCore.Mvc
You can’t perform that action at this time.
0 commit comments