File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Project Description
22[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/wlt5yp8m66y9rw4f?svg=true )] ( https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-mvc )
33
4- FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent [ FluentAssertions ] [ fa-home ] library.
4+ Fluent Assertions for MVC is a set of MVC focused assertions and helper extensions to the excellent [ Fluent Assertions ] [ fa-home ] library.
55
66## Installation
77
88Add the NuGet package which matches the version of MVC you are using to your test project.
99
10+ ### MVC Core
11+
12+ Add the [ MVC Core] [ nuget-mvc-core ] NuGet package to your unit test project:
13+
14+ ````
15+ PM> FluentAssertions.AspNetCore.Mvc -Pre
16+ ````
17+
1018### MVC 5
1119
1220Add the [ MVC 5] [ nuget-mvc5 ] NuGet package to your unit test project:
@@ -56,3 +64,4 @@ public void Index_Action_Returns_View()
5664[ nuget-mvc3 ] : https://www.nuget.org/packages/FluentAssertions.Mvc3
5765[ nuget-mvc4 ] : https://www.nuget.org/packages/FluentAssertions.Mvc4
5866[ nuget-mvc5 ] : https://www.nuget.org/packages/FluentAssertions.Mvc5
67+ [ nuget-mvc-core ] : https://www.nuget.org/packages/FluentAssertions.AspNetCore.Mvc
You can’t perform that action at this time.
0 commit comments