You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluent Assertions for MVC is a set of MVC focused assertions and helper extensions to the excellent [Fluent Assertions][fa-home] library.
4
+
This repro contains the Fluent Assertions extensions for ASP.NET MVC. It is maintained by [@kevinkuszyk](https://github.com/kevinkuszyk).
5
5
6
6
## Installation
7
7
8
8
Add the NuGet package which matches the version of MVC you are using to your test project.
9
9
10
10
### MVC Core
11
11
12
-
Fluent Assertions for MVC Core is now in a seperate repository over at [kevinkuszyk/FluentAssertions.AspNetCore.Mvc](https://github.com/kevinkuszyk/FluentAssertions.AspNetCore.Mvc).
12
+
Fluent Assertions for MVC Core is now in a seperate repository over at [fluentassertions/fluentAssertions.aspnetcore.mvc](https://github.com/fluentassertions/fluentAssertions.aspnetcore.mvc).
13
13
14
14
### MVC 5
15
15
@@ -55,7 +55,10 @@ public void Index_Action_Returns_View()
0 commit comments