Info
| Version: | 1.0.0 | 
| Author(s): | JoppeC | 
| Last Update: | Friday, October 10, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/MvcTestUtils | 
Install
Install-Package MvcTestUtils
                        dotnet add package MvcTestUtils
                        paket add MvcTestUtils
                        
                                MvcTestUtils Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Enables you to execute validation on a model object from a unit test.
This way you can test if your validation annotations are working properly, for example.
Also allows you to perform validation of a (view)model against a controller, setting the controllers modelstate appropriately.