- Notifications
You must be signed in to change notification settings - Fork17
Fluent Assertions extensions for ASP.NET Core MVC
License
NotificationsYou must be signed in to change notification settings
fluentassertions/fluentassertions.aspnetcore.mvc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo contains the Fluent Assertions extensions for ASP.NET Core MVC. It is maintained by@kevinkuszyk.
Add the NuGet package to your test project.
Add theFluent Assertions for MVC Core NuGet package to your unit test project:
PM> Install-Package FluentAssertions.AspNetCore.MvcWrite a unit test for your controller using one of thesupported test frameworks. For example with NUnit:
[Test]publicvoidIndex_Action_Returns_View(){// Arrangevarcontroller=newHomeController();// Actvarresult=controller.Index();// Assertresult.Should().BeViewResult();}
Simply clone this repo and build theFluentAssertions.AspNetCore.Mvc.sln solution.
About
Fluent Assertions extensions for ASP.NET Core MVC
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.